You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2014/03/27 17:37:27 UTC

[jira] [Resolved] (TS-2671) missing .useflt remap directive

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

James Peach resolved TS-2671.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 4.2.1

0add23273b62f953e5b7a286350444404f8e380d is the 4.2.x fix

> missing .useflt remap directive
> -------------------------------
>
>                 Key: TS-2671
>                 URL: https://issues.apache.org/jira/browse/TS-2671
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: James Peach
>            Assignee: James Peach
>             Fix For: 4.2.1, 5.0.0
>
>
> From the mailing list:
> {code}
> when upgrade to ats 4.2.0,  the Named filters directives changed!  (according to remap.config.sample),
> so i do the following adjustment:
> sed -i 's/^\.useflt/.activatefilter/' remap.config
> sed -i 's/^\.defflt/.definefilter/' remap.config
> sed -i 's/^\.unuseflt/.deactivatefilter/' remap.config
> sed -i 's/^\.delflt/.deletefilter/' remap.config
> but only to found that it will caused all access to ats is denied !
> if i just make only this change,  it works like before ( sed -i 's/^\.useflt/.activatefilter/' remap.config )
> {code}
> In {{proxy/http/remap/RemapConfig.cc}}, the {{.useflt}} alias is missing.



--
This message was sent by Atlassian JIRA
(v6.2#6252)