dg4prez opened a new issue #3661: Anonymous blocking - ip4Whitelist does not 
work
URL: https://github.com/apache/trafficcontrol/issues/3661
 
 
   In a production site we observed that the ip4Whitelist field in the 
anonymous blocking json config file does not work.  Shaw reports that they are 
using it and that it is working properly, but their codebase is slightly 
different.
   
   Current code:
   
https://github.com/apache/trafficcontrol/blob/master/traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/AnonymousIp.java#L95
   `if (config.has("ip4Whitelist")) {`
   
   Their code:
   `if (config.get(“ip4Whitelist”) != null) {`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to