You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Ethan Lai (JIRA)" <ji...@apache.org> on 2013/12/03 02:56:35 UTC

[jira] [Updated] (TS-2410) EffectiveUrl infected if TSHttpTxnCacheLookupUrlGet called after TSCacheUrlSet

     [ https://issues.apache.org/jira/browse/TS-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Lai updated TS-2410:
--------------------------

    Attachment: cache-appendix.en.rst.patch

Thanks for reminding me, James.

Please forgive my poor English, patch file of doc/arch/cache/cache-appendix is attached.

> 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)