This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2018-09-04.09:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536053943.84.0.56676864532.issue34576@psf.upfronthosting.co.za>
In-reply-to
Content
Larry Hastings proposed on the PSRT mailing list to add the following note of the SimpleHTTPServer documentation:

    Note: SimpleHTTPServer is, as its name implies, a simple HTTP
    server.  We provide it as a sample implementation of the Python HTTP
    server API.  However, SimpleHTTPServer is neither secure nor
    high-performance, and as such you should not use SimpleHTTPServer in
    security-sensitive or performance-sensitive applications.

For example, if you create a symbolic link outside the directory served by SimpleHTTPServer, SimpleHTTPServer follows symbolic links.
History
Date User Action Args
2018-09-04 09:39:03vstinnersetrecipients: + vstinner
2018-09-04 09:39:03vstinnersetmessageid: <1536053943.84.0.56676864532.issue34576@psf.upfronthosting.co.za>
2018-09-04 09:39:03vstinnerlinkissue34576 messages
2018-09-04 09:39:03vstinnercreate