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/08/04 17:09:05 UTC

DO NOT REPLY [Bug 22110] New: - URL encoded space characters ("%20") get lost

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

URL encoded space characters ("%20") get lost

           Summary: URL encoded space characters ("%20") get lost
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: apachetomcat@gmx.net


We encountered that "%20"-characters (encoded spaces) in URI-Parameters are 
omitted by Tomcat. 
an URI containing 
...&PARAM=This%20is%20a%20hashed%20message
results in 
PARAM=Thisisahashedmessage 

which is -in the context of a hash- fatal