Re: Make Filter Exception Based on Subnet

2015-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 7/14/15 6:24 PM, Eric Robinson wrote: > Our canned tomcat application's web.xml file contains the following > filter... > > SessionFilter > servlet.BlahSession > > SessionFilter > /* > > > Is there a way to make this filter not ap

Make Filter Exception Based on Subnet

2015-07-14 Thread Eric Robinson
Our canned tomcat application's web.xml file contains the following filter... SessionFilter servlet.BlahSession SessionFilter /* Is there a way to make this filter not apply to requests that originate from certain IP addresses? -- Eric Robinson