You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/08/15 20:08:31 UTC

DO NOT REPLY [Bug 30682] New: - Default config for mod_mime has bogus mappings

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30682

Default config for mod_mime has bogus mappings

           Summary: Default config for mod_mime has bogus mappings
           Product: Apache httpd-2.0
           Version: 2.0.50
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Runtime Config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: apache-bugs@spodhuis.demon.nl


In docs/conf/httpd-std.conf.in this is wrong:

# See http://www.iana.org/assignments/character-sets for the
# official list of charset names and their respective RFCs.
#
  AddCharset ISO-8859-1  .iso8859-1  .latin1
  AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
  AddCharset ISO-8859-3  .iso8859-3  .latin3
  AddCharset ISO-8859-4  .iso8859-4  .latin4
  AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
  AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
  AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
  AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
  AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk

because for 'N' it is not generally true that latin<N> is ISO-8859-<N>.
Eg, Latin9 is ISO-8859-15, the new Western European charset with the Euro
symbol.  Some of the ISO-8859-nn standards do not have a 'latin' mapping.

The real correspondences are given at the IANA URL just above the mappings.

Note that this is separate from, but conceptually related to, bug #23474

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org