You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/06 20:28:25 UTC

[jira] [Commented] (TS-4183) cachekey: URI and URI path capture/replacement

    [ https://issues.apache.org/jira/browse/TS-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15228831#comment-15228831 ] 

ASF GitHub Bot commented on TS-4183:
------------------------------------

GitHub user gtenev opened a pull request:

    https://github.com/apache/trafficserver/pull/552

    TS-4183: cachekey: URI/prefix/path capture/replacement

    --capture-prefix-uri=regex
    --capture-prefix-uri=/regex/replacement/
    --capture-path-uri=regex
    --capture-path-uri=/regex/replacement/
    --capture-path=regex
    --capture-path=/regex/replacement/

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

    $ git pull https://github.com/gtenev/trafficserver TS-4183

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

    https://github.com/apache/trafficserver/pull/552.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 #552
    
----
commit 02ae5d4e6910000c3726691c4b6e70ffb470974d
Author: Gancho Tenev <gt...@gmail.com>
Date:   2016-02-12T00:29:41Z

    TS-4183: cachekey: URI/prefix/path capture/replacement
    
    --capture-prefix-uri=regex
    --capture-prefix-uri=/regex/replacement/
    --capture-path-uri=regex
    --capture-path-uri=/regex/replacement/
    --capture-path=regex
    --capture-path=/regex/replacement/

----


> cachekey: URI and URI path capture/replacement
> ----------------------------------------------
>
>                 Key: TS-4183
>                 URL: https://issues.apache.org/jira/browse/TS-4183
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Gancho Tenev
>            Assignee: Gancho Tenev
>             Fix For: 6.2.0
>
>
> Add means to add to the cache key by using regex capture and replace from URI path and URI as a whole 
> Plugin parameters:
> --capture-prefix-uri=regex
> --capture-prefix-uri=/regex/replacement/
> --capture-path-uri=regex
> --capture-path-uri=/regex/replacement/
> --capture-path=regex
> --capture-path=/regex/replacement/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)