Hi,

I need to implement a custom authorization for a web application, where the
access to the different resources is defined inside a database table with
some sort of rules, also using regular expressions.

I would like to know if the only method to do this is programmatically,
implementing - for example - a "SecurityFilter", which catch every requests
or extending the service() method the default Servlet of the application
with the necessary code or if there is another "more standard" way to do it
(perhaps using a Tomcat Valve or something similar).

Thanks a lot for your precious help.
Best regards
Patrick

Patrick Herber
Z�rich (Switzerland)





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to