You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/21 17:25:32 UTC

DO NOT REPLY [Bug 14742] New: - jsp:setProperty mangles character set with param=

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=14742>.
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=14742

jsp:setProperty mangles character set with param=

           Summary: jsp:setProperty mangles character set with param=
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: benson@basistech.com


I have form setup by a JSP page with pageEncoding="UTF-8" which posts to a JSP 
page which also sets pageEncoding="UTF-8". There's a textarea on the form.

When I use jsp:setProperty with a param to push the text into a bean, the text 
is mangled, in the classic "assume Latin-1" fashion. I was under the 
impression that the versions of servlet and JSP in Tomcat 4 would get this 
right.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>