[issue10231] SimpleHTTPRequestHandler directory bugs

Martin Panter report at bugs.python.org
Sun Nov 26 01:03:07 EST 2017


Martin Panter <vadmium+py at gmail.com> added the comment:

I read in PEP 11 that Mac OS 9 support was dropped in Python 2.4.

I agree that eliminating “.” and “..” components makes sense, since that is how they should be handled when resolving relative URLs. But it seems low priority, since this doesn’t happen on current supported platforms, and would only be triggered by an invalid HTTP request.

----------
priority: normal -> low
stage: resolved -> needs patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue10231>
_______________________________________


More information about the Python-bugs-list mailing list