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

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

Commit 0592c97bf04f14c0195ba6c74a172f9f7398bb60 in trafficserver's branch 
refs/heads/master from [~jpe...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=0592c97 ]

TS-2671: restore missing .useflt remap directive


> 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: 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)

Reply via email to