Bug 66486 - DTD HTML 3.2 Final still seen in Directory Indexes as default in 2023
Summary: DTD HTML 3.2 Final still seen in Directory Indexes as default in 2023
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.5-HEAD
Hardware: All All
: P2 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-22 02:45 UTC by Dan Jacobson
Modified: 2023-03-14 17:58 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Jacobson 2023-02-22 02:45:50 UTC
Directory Index pages say by default
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
Is this how it will be forever?
How about a new default?
<!DOCTYPE html>
Yes, I am talking about *defaults*, even though the user can change it himself.
And while you are updating the Directory Index default,
fix also Issue 61219. Thanks.