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/03/13 13:37:54 UTC

DO NOT REPLY [Bug 7083] New: - Tomcat 4 ignores querystring parameters containing '=' characters.

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

Tomcat 4 ignores querystring parameters containing '=' characters.

           Summary: Tomcat 4 ignores querystring parameters containing '='
                    characters.
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: chris.cope@tornadogroup.com


Previous Tomcat releases have allowed '=' characters in querystring parameters, 

e.g. ?id=12345&sig=12345==
would be read as 
id=12345
sig=12345==
Tomcat 4 reads the above as: 
id=12345
sig=null

Why the change in behaviour?

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