Ethan Lai created TS-2410:
-----------------------------
Summary: 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
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)