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/07/31 13:34:47 UTC

DO NOT REPLY [Bug 11327] New: - HTTP 400 on any request with URL containig UTF-8 sequence staring with %C4

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

HTTP 400 on any request with URL containig UTF-8 sequence staring with %C4

           Summary: HTTP 400 on any request with URL containig UTF-8
                    sequence staring with %C4
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: waclaw.sierek@tpg.pl


Any request to the application with URL containing UTF-8 encoded character 
starting with %C4 e.g.
http://host/some_app/wst%C4%99.html

Result in Tomcat Error Report:

Apache Tomcat/4.0.4 - HTTP Status 400 - /some_app/wst?.html

type Status report

message /some_app/wst?.html

description The request sent by the client was syntactically incorrect 
(/some_app/wst?.html).

Other UTF-8 sequences (e.g. '%C5%82') work

No known workaround (other that use only plain ASCII in URL).

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