JH Kim created TS-1291:
--------------------------
Summary: ignore query string in url
Key: TS-1291
URL: https://issues.apache.org/jira/browse/TS-1291
Project: Traffic Server
Issue Type: Improvement
Components: Cache
Affects Versions: 3.0.4
Environment: Ubuntu 11.04 / ATS 3.0.4
Reporter: JH Kim
I use ATS 3.0.4 in reverse proxy cache. Is there any method to cache with
ignore query string?
For example request urls are not same, but contents are same. like below;
request 1 :
http://mysite.test.com/static/cs4.swf?clickthru=http://yoursite.test.com/main.asp?bcode=N04000000&mseq=177
request 2 :
http://mysite.test.com/static/cs4.swf?clickthru=http://yoursite.test.com/main.asp?bcode=N04000000&mseq=178
request 3 :
http://mysite.test.com/static/cs4.swf?clickthru=http://yoursite.test.com/main.asp?bcode=N04000000&mseq=179
Actually, http://mysite.test.com/static/cs4.swf is same object.
How to ignore query string like
"?clickthru=http://yoursite.test.com/main.asp?bcode=N04000000&mseq=179"
thanks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira