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 2003/03/27 09:12:47 UTC

DO NOT REPLY [Bug 18399] New: - The single direction converter cannot be set by ServletRequest#setCharacterEncoding.

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

The single direction converter cannot be set by ServletRequest#setCharacterEncoding.

           Summary: The single direction converter cannot be set by
                    ServletRequest#setCharacterEncoding.
           Product: Tomcat 4
           Version: 4.1.24
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:JK/AJP (deprecated)
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: kazawa@rd.scei.sony.co.jp


Hello.

Because of org.apache.catalina.util.ReqeustUtil#parseParameters, the single
direction converter (for example, JISAutoDetect) cannot be set to
ServletRequest#setCharacterEncoding (A parameter may be set to null).

Although the single direction converter is possible for the conversion to String
from byte[], conversion to byte[] from String cannot be performed.

Should I use not org.apache.ajp.tomcat4.Ajp13Connector but
org.apache.coyote.tomcat4.CoyoteConnector?

org.apache.coyote.tomcat4.CoyoteConnector Is mod_jk (not being mod_jk2) connectable?
Is org.apache.coyote.tomcat4.CoyoteConnector product quality?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org