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 myronww
Recipients myronww
Date 2022-03-19.04:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647663914.0.0.21035920987.issue47063@roundup.psfhosted.org>
In-reply-to
Content
SimpleHTTPRequestHandler has hard coded index page list in the send_head method.  The fixed hard-coded list means that if you want to have a custom index page that is not named "index.htm" or "index.html" then you have to override the send_head method.  There is alot of code in send_head so overriding it is not optimal just to have a custom indexer filename.
History
Date User Action Args
2022-03-19 04:25:14myronwwsetrecipients: + myronww
2022-03-19 04:25:14myronwwsetmessageid: <1647663914.0.0.21035920987.issue47063@roundup.psfhosted.org>
2022-03-19 04:25:13myronwwlinkissue47063 messages
2022-03-19 04:25:13myronwwcreate