New submission from Yudai Fujiwara:

I made a simple CGI server and prepared index.py on the root directory.
When I access to '/index.py?value=data', it displays 'value = data', which is 
working correctly.
However, when I access to '/index.py?/' or something like this, it displays its 
raw python code.
It seems that this bug occurs when I access to a url that contains '/' after '?'

----------
Added file: http://bugs.python.org/file45467/index.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28679>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to