[issue11197] information leakage with SimpleHTTPServer
engelbert gruber
report at bugs.python.org
Sat Jun 25 15:00:52 CEST 2011
engelbert gruber <grubert at users.sourceforge.net> added the comment:
SimpleHTTPServer does not exist in Python3.1 up instead http.server.
All versions (3.x 2011-06-25) reply the contents from the served directory on a request of the upper directory and act similar with files.
Maybe documentation needs an update documentation.
----------
nosy: +grubert
versions: -Python 3.1, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11197>
_______________________________________
More information about the Python-bugs-list
mailing list