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/09/17 09:31:47 UTC

DO NOT REPLY [Bug 23209] New: - URL not escaped for logging

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

URL not escaped for logging

           Summary: URL not escaped for logging
           Product: Tomcat 3
           Version: 3.1 Final
          Platform: All
               URL: http://myserver/test1"test2
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jms@mail.de


If I have a double quote in the pathname of the URL, this is not escaped in the
log. It should appear as 2 quotes, but appears only as 1 quote.
In the log, I then have "GET /test1"test2 HTTP/1.0" but it should be:
"GET /test1""test2 HTTP/1.0"