…pythonGH-100475)
If you had a directory called index.html or index.htm within a directory, it would cause http.server to return a 404 Not Found error instead of the directory listing. This came about due to not checking that the index was a regular file.
I have also added a test case for this situation.
(cherry picked from commit
46e6a28)
Co-authored-by: James Frost <git@frost.cx>
Automerge-Triggered-By: GH:merwok
If you had a directory called index.html or index.htm within a directory, it would cause http.server
to return a 404 Not Found error instead of the directory listing. This came about due to not checking
that the index was a regular file.
(cherry picked from commit 46e6a28)
Co-authored-by: James Frost git@frost.cx