My requirement is to check if the user has logged in when a particular page is clicked in
the portal. If the user has not logged in then I have to redirect to login page.
To achieve this I went about defining a servlet filter in web.xml file to intercept the
user request. However the doFilter method in my filter class does not get invoked.
Am I missing something ? Any help on this greatly appreciated.
Regards
Nidhi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071403#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...