You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "David Carlin (JIRA)" <ji...@apache.org> on 2013/09/19 20:51:51 UTC

[jira] [Created] (TS-2237) URL encoding wrong in squid.blog

David Carlin created TS-2237:
--------------------------------

             Summary: URL encoding wrong in squid.blog
                 Key: TS-2237
                 URL: https://issues.apache.org/jira/browse/TS-2237
             Project: Traffic Server
          Issue Type: Bug
          Components: Logging
            Reporter: David Carlin


I was replaying URLs captured from squid.blog and I noticed I was getting 404's for some of them when squid.blog showed a 200 for that request.  Turns out there is an issue with URL encoding.  For example:

Requesting file 'duck%20sports%20authority.gif' via curl will put this in the logs:

duck%2520sports%2520authority.gif

The % from %20 (space) in the request is being converted to %25 resulting in %2520

I tested both the %<cquc> and %<cquuc> log fields - same thing happens.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira