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 epaulson
Recipients berker.peksag, epaulson
Date 2019-05-31.22:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559342837.24.0.0186091452135.issue32628@roundup.psfhosted.org>
In-reply-to
Content
I think my use case was Sharepoint and static site generators - Sharepoint can serve a tree of .aspx files as raw HTML, but maddeningly not .html files. The site generator we used spit out a fairly complicated site where the internal links point at directories counting on the fact that it is served correctly by the directoryindex handler. The site generator spits out .aspx but http.server can't serve them. 

A directory full of .xhtml files would have similar problems, which certainly still exist in the wild. 

The example in the test was named index.test because it's creating files on the disk in the test, shared by other parts of the test, and I wanted to be clear about what it was. It was not intended to be an example use case.
History
Date User Action Args
2019-05-31 22:47:17epaulsonsetrecipients: + epaulson, berker.peksag
2019-05-31 22:47:17epaulsonsetmessageid: <1559342837.24.0.0186091452135.issue32628@roundup.psfhosted.org>
2019-05-31 22:47:17epaulsonlinkissue32628 messages
2019-05-31 22:47:17epaulsoncreate