Re: Subclassing RemoteCIDRFilter in an application

2021-02-23 Thread Christopher Schultz
All, On 2/23/21 10:08, Christopher Schultz wrote: Tomcat has both RemoteCIDRFilter and RemoteIPFilter: why re-invent the wheel? Looking at RemoteCIDRFilter (which is much more flexible than RemoteIPFilter), I can see these methods: Oops, I meant RemoteAddressFilter, here, of course -chris

Subclassing RemoteCIDRFilter in an application

2021-02-23 Thread Christopher Schultz
All, A bunch of clients at $work are suddenly asking if they can restrict their users to certain IP "addresses" when logging-in. Should be easy with a Filter or similar, right? Tomcat has both RemoteCIRDFilter and RemoteIPFilter: why re-invent the wheel? Looking at RemoteCIDRFilter (which