Closed
Description
Apologies for forgoing the prescribed format. I noticed this problem while reading the code and though I did test it, that does make things like hardware information irrelevant. I decided to cut out that noise instead. (The issue that this is related to also didn't follow that format...)
Using index.html
instead of index.htm
for the "folder" is supported since 9f2cfb8
At that time, the lookup order became:
- index.htm
- index.html
- index.html.gz
As #6792 pointed out, this broke support for index.htm.gz
and this was changed in 6768116 . The lookup order now is:
- index.htm
- index.html
- index.htm.gz
However, this has removed support for using index.html.gz
completely. I think the lookup order should include four items:
- index.htm
- index.html
- index.htm.gz
- index.html.gz
(Perhaps with 2 & 3 reversed.)
Metadata
Metadata
Assignees
Labels
No labels