0 Replies Latest reply on Mar 6, 2006 12:30 AM by valuelabs_sree

    how to give url pattern for the actions in same  jsp for aut

    valuelabs_sree

      Hi,
      iam working on the JAAS Basic Authenticaton, in my application i have used Bsic Authentication its working fine but the problem is i want Authentication for soma actions in jsp.For example lets take a login.jsp which is having 2 buttons(pause,resume) i need to Authenticate that actions of button with jaas by giving the url pattern in web.xml .

      <url-pattern>/login.jsp?action=pause/*</url-pattern>

      i have given the url pattern like the above but its not worked out.

      its working fine in tomcat,but in jboss its not working.please help me.

      thanks in advance.