This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes How Do I Use the Servlet Filter To ...... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "How Do I Use the Servlet Filter To ......" Watch "How Do I Use the Servlet Filter To ......" New topic
Author

How Do I Use the Servlet Filter To ......

JiaPei Jen
Ranch Hand

Joined: Nov 19, 2000
Posts: 1309
It is a security related question. I can use "role"-based security checking. For example, John can view the sales reports if he has the "sales role". Now, I want to further restrict John to view the sales reports in his "region" only.
People say that I can use the servlet filter. I do not know the validity of this statement. If it is valid, I need guidance to see some examples.
[ October 22, 2003: Message edited by: JiaPei Jen ]
R K Singh
Ranch Hand

Joined: Oct 15, 2001
Posts: 5369
HTH


"Thanks to Indian media who has over the period of time swiped out intellectual taste from mass Indian population." - Chetan Parekh
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How Do I Use the Servlet Filter To ......
 
Similar Threads
Security roles in web.xml
EJB object level security
Need help in reporting of protected resources in web application
Unable to login to manager GUI
implement Role based security in JSF