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:21:22 UTC

[jira] [Created] (TS-2671) missing .useflt rem app directive

James Peach created TS-2671:
-------------------------------

             Summary: missing .useflt rem app directive
                 Key: TS-2671
                 URL: https://issues.apache.org/jira/browse/TS-2671
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: James Peach


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