[Bug 64596] Mention null file extensions

[email protected] Sun, 24 May 2026 14:28:27 +0000
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]/bugzilla/>
https://bz.apache.org/bugzilla/show_bug.cgi?id=64596

Dan Jacobson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Dan Jacobson <[email protected]> ---
Good thing I double checked. I found a repeated line:

# For all files with no extension:
<FilesMatch "^[^.]+$">
    ForceType text/plain
    AddDefaultCharset UTF-8
    AddDefaultCharset UTF-8  <==== HERE
</FilesMatch>

-- 
You are receiving this mail because:
You are the assignee for the bug.