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

ASF subversion and git services commented on TS-4023:
-----------------------------------------------------

Commit d2140cf0128c6f89ce843dbcf8816e979de7c8c7 in trafficserver's branch 
refs/heads/master from [~gancho]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=d2140cf ]

TS-4023 Adds a new cachekey plugin

This plugin allows some common cache key manipulations based on various HTTP 
request elements. It can
- sort query parameters so reordering can be a cache hit
- ignore specific query parameters from the cache key by name or regular 
expression
- ignore all query parameters from the cache key
- only use specific query parameters in the cache key by name or regular 
expression
- include headers or cookies by name
- capture values from the User-Agent header.
- classify request using User-Agent and a list of regular expressions

This closes #371


> cachekey plugin
> ---------------
>
>                 Key: TS-4023
>                 URL: https://issues.apache.org/jira/browse/TS-4023
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cache
>            Reporter: Gancho Tenev
>            Assignee: Gancho Tenev
>             Fix For: 6.1.0
>
>
> This plugin allows some common cache key normalizations of the URI.  It can
> - sort query parameters so reordering can be a cache hit
> - ignore specific query parameters from the cache key by name or regular 
> expression
> - ignore all query parameters from the cache key
> - only use specific query parameters in the cache key by name or regular 
> expression
> - include headers or cookies by name
> - capture / replace values from the User-Agent header.
> - classify request using User-Agent and a list of regular expressions



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

Reply via email to