https://bz.apache.org/bugzilla/show_bug.cgi?id=69930

            Bug ID: 69930
           Summary: mod_autoindex: should default to XHTML and send the
                    charset in the document
           Product: Apache httpd-2
           Version: 2.4.66
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_autoindex
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

From
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072804

could you patch this module to emit the charset ?

emit
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=%s\" />\n",
whateverCharsetVar);
… as well (the whateverCharsetVar is the content of the 「Charset=UTF-8」
config from IndexOptions).

thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to