[
https://issues.apache.org/jira/browse/TS-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837931#comment-13837931
]
ASF subversion and git services commented on TS-2410:
-----------------------------------------------------
Commit 1a2f7f448de1479996aad7227c190cce0f832323 in branch refs/heads/master
from [~yzlai]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=1a2f7f4 ]
TS-2410: document some of the behavior of TSHttpTxnCacheLookupUrlGet
> EffectiveUrl infected if TSHttpTxnCacheLookupUrlGet called after TSCacheUrlSet
> ------------------------------------------------------------------------------
>
> Key: TS-2410
> URL: https://issues.apache.org/jira/browse/TS-2410
> Project: Traffic Server
> Issue Type: Bug
> Components: Cache
> Reporter: Ethan Lai
> Attachments: cache-appendix.en.rst.patch, infect_cacheurl.cc
>
>
> I'm trying to write a plugin to change CacheUrl for some reason.
> It works fine if I only call TSCacheUrlSet().
> However, if TSHttpTxnCacheLookupUrlGet() was called after TSCacheUrlSet(),
> EffectiveUrl will be changed to the new CacheUrl.
> Scenario without calling TSHttpTxnCacheLookupUrlGet:
> Origin Request URL: http://www.example.com/a
> CacheUrl: http://www.example.com/abc
> Expect Request URL: [Same as Origin Request URL]
> Effective URL: [Same as Origin Request URL]
> Scenario with calling TSHttpTxnCacheLookupUrlGet:
> Origin Request URL: http://www.example.com/a
> CacheUrl: http://www.example.com/abc
> (Calling TSHttpTxnCacheLookupUrlGet() here)
> Expect Request URL: [Same as Origin Request URL]
> Effective URL: http://www.example.com/abc
--
This message was sent by Atlassian JIRA
(v6.1#6144)