You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/06 03:43:52 UTC

[GitHub] [trafficserver] yamatsum opened a new issue #7240: The behavior of acl filter in remap.config is strange

yamatsum opened a new issue #7240:
URL: https://github.com/apache/trafficserver/issues/7240


   There are two strange behaviors when using the acl filter in remap.config.
   
   For example, if the settings are as follows, will requests from IPs other than 10.0.0.1 be 403 instead of 404?
   `` ```
   .definefilter sample @action=allow @src_ip=10.0.0.1
   .activatefilter sample
   map http://foo.example.com/ http://bar.example.com/
   `` ```
   
   Next, in the following cases, the request from both 10.0.0.1 and 10.0.0.2 will be 403. Is this behavior correct?
   `` ```
   .definefilter sample1 @action=allow @src_ip=10.0.0.1
   .definefilter sample2 @action=allow @src_ip=10.0.0.2
   .activatefilter sample1
   .activatefilter sample2
   map http://foo.example.com/ http://bar.example.com/
   `` ```
   
   The version is 7.1.2


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] yamatsum closed issue #7240: The behavior of acl filter in remap.config is strange

Posted by GitBox <gi...@apache.org>.
yamatsum closed issue #7240:
URL: https://github.com/apache/trafficserver/issues/7240


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org