You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by dg4prez <gi...@git.apache.org> on 2017/06/15 16:23:59 UTC

[GitHub] incubator-trafficcontrol pull request #684: [WIP] Adds cachekey plugin suppo...

GitHub user dg4prez opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/684

    [WIP] Adds cachekey plugin support to edges via remap.config

    This makes use of the ds profiles to add cachekey support to the remap.config.
    
    Parameters are named for the plugin parameter with a config file name of cachekey.config.  This creates entries in the remap.config as in the following example:
    
    Parameter name - "ua-capture"
    Parameter config file - "cachekey.config"
    Parameter value - "(Mozilla\/[^\s]*).*"
    
    Parameter name - "include-headers"
    Parameter config file - "cachekey.config"
    Parameter value - "H1,H2"
    
    @plugin=cachekey.so @pparam=--ua-capture=(Mozilla\/[^\s]*).* @pparam=--include-headers=H1,H2

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dg4prez/incubator-trafficcontrol cachekey

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/684.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 #684
    
----
commit 137db562eb6fd88caf438cbc172c1c45b7f23b39
Author: Derek Gelinas <de...@cable.comcast.com>
Date:   2017-06-15T16:14:23Z

    adds cackekey support to ds profiles

commit 56e8895a07b94689ad9e79797e9f4cf006ae4965
Author: Derek Gelinas <de...@cable.comcast.com>
Date:   2017-06-15T16:18:02Z

    remove dumper entry

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #684: [WIP] Adds cachekey plugin suppo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/684


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---