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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23195

Problem with JSTL fmt tags and the response encoding

           Summary: Problem with JSTL fmt tags and the response encoding
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When I used any JSTL fmt tag that sets the response locale, tomcat according to
the standard changes the response encoding to support the locale (the encoding
is read from file CharsetMapperDefault.properties). The problem is that the file
contains only the ISO-8859-* encodings and tomcat changed my encoding (UTF-8)
that also support my language to ISO-8859-2, instead of leave it unchanged, then
appered problem with the form encoding, because I expected UTF-8 and not
ISO-859-2. Why tomcat changes repsponse encoding that supports the locale set by
 JSTL fmt tag?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to