Description
From the mailing list:
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 )
In proxy/http/remap/RemapConfig.cc, the .useflt alias is missing.