Hi,
I've created a custom realm as a jar file, and it works as expected.
I want to add a feature : compare the request IP adress with an IP from the database.
New in tomcat I have this problem :
- How can I have access to request or HttpRequest object from my realm
Any ideas? Thanks
I've created a custom realm as a jar file, and it works as expected.
I want to add a feature : compare the request IP adress with an IP from the database.
New in tomcat I have this problem :
- How can I have access to request or HttpRequest object from my realm
Any ideas? Thanks