GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/619
TS-4020 Use cache-key URL for some plugins cache_promote and background_fetch both use the pristine URL as the hash for various internal lookup features. This works well, except when it doesn't. For example, when mixed with using the cachekey.so plugin. This changes the behavior to use the cachekey URL. This is not awesomely efficient at this point, but a future fix will use a new API that allows introspection into the actual cache key used by the ATS core instead. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zwoop/trafficserver TS-4020 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/619.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #619 ---- commit b7d5b28949f26f81745d0be55d8eefdebf01d46c Author: Leif Hedstrom <zw...@apache.org> Date: 2016-04-28T22:09:48Z TS-4020 Use cache-key URL for some plugins cache_promote and background_fetch both use the pristine URL as the hash for various internal lookup features. This works well, except when it doesn't. For example, when mixed with using the cachekey.so plugin. This changes the behavior to use the cachekey URL. This is not awesomely efficient at this point, but a future fix will use a new API that allows introspection into the actual cache key used by the ATS core instead. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---