I have a web application running on
Tomcat ( version 5 ). My requirement is that I need to allow internal users without any authentication and need to authenticate the external users. We know the IP Address range for internal users ( say something like 152.186.192.* ).
I tried using the Valve -- RemoteAddrValve and Memory Realm together, but then I don't get the intended functionality.
Is there a way in which I can achieve this requirement of allowing internal users and forcing the external users to enter username and password.