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 2004/06/18 10:13:52 UTC

DO NOT REPLY [Bug 29661] New: - Host Names parsing is case sensitive

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

Host Names parsing is case sensitive

           Summary: Host Names parsing is case sensitive
           Product: Tomcat 5
           Version: 5.0.18
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: francois.jeanmougin@123multimedia.com


Virtual Hosts is managed by the Host: header in HTTP1.x queries. Recent wap 
terminals do not lower case the host name. Host name parsed by (I assume) the 
Coyote connector is used as is (with potential upper character). RFC2616 says 
that the Host header should be treated case insensitive (see section 3.2.3).

Well, it is not really obvious because it talks about clients, I assume that a 
server should treat a Host: header case-insensitively. Because it can leads to 
broken connections, or unwanted 400 errors, I tag it as critical.

Thank you for al your work,

François.

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