10 Replies Latest reply on Aug 11, 2008 11:00 AM by yanivc24

    Servlet Filter issue with Jboss Portal 2.6

    nidhi_hs

      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