Re: how to protect directory traversal in mod_python based custom apps

2007-12-25 Thread Graham Dumpleton
On Dec 24, 10:34 pm, "Ravi Kumar" <[EMAIL PROTECTED]> wrote: > hi :) > I was trying to develop a custommod_pythonbased web-site, just > today. the problem I got > though i liked themod_python'sfeature of mapping and calling > functions in python script by parsing the url. > I mean,http://localhost/

how to protect directory traversal in mod_python based custom apps

2007-12-24 Thread Ravi Kumar
hi :) I was trying to develop a custom mod_python based web-site, just today. the problem I got though i liked the mod_python's feature of mapping and calling functions in python script by parsing the url. I mean, http://localhost/site/member/list?no=100 would call site/member.py page's function l