[
https://issues.apache.org/jira/browse/TS-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Lai updated TS-2410:
--------------------------
Attachment: infect_cacheurl.cc
Test plugin which shows EffectiveUrl
1. before CacheUrlSet
2. after CacheUrlSet
3. after TSHttpTxnCacheLookupUrlGet
EffectiveUrl = 'http://www.example.com/index.html' before CacheUrlSet
EffectiveUrl = 'http://www.example.com/index.html' after CacheUrlSet
EffectiveUrl = 'http://www.example.com/index.html+infected' after
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: 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)