You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2013/07/24 06:00:49 UTC

[jira] [Reopened] (TS-1280) add url match token about cache control rule

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

Leif Hedstrom reopened TS-1280:
-------------------------------


This breaks SSL builds, because of SSLUtils.cc uses the control matcher too. Around line 643 in this file:
{code}
const matcher_tags sslCertTags = {
   NULL, NULL, NULL, NULL, NULL, false
{code}

The problem of course is that this is missing the URL "null".
                
> add url match token about cache control rule
> --------------------------------------------
>
>                 Key: TS-1280
>                 URL: https://issues.apache.org/jira/browse/TS-1280
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Configuration, HTTP, Performance
>    Affects Versions: 3.1.4
>            Reporter: Zhao Yongming
>            Assignee: Bin Chen
>             Fix For: 3.5.0
>
>         Attachments: TS-1280.patch, url.patch
>
>
> in a big hosting env, you may create many rules in cache.config, the performance of the matching is critical, much liking remap, we need do some performance tweak:
> 1, how can we handle 1000+ rules?
> 2, can we handle the full URL match?
> 3, how to handle the path match, the better way
> ...
> place this issue as a track for all performance improvement

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira