I have URL like http://localhost:8080/default/j_spring_security_check?redirect=1
I want to know how to configure the URL pattern for the above URL
I have tried already the below
<url-pattern>/*</url-pattern>
<url-pattern>/j_spring_security_check/<url-pattern>
<url-pattern>/j_spring_security_check/*<url-pattern>
<url-pattern>/<url-pattern>
<url-pattern>/default/*<url-pattern>
could you please anyone suggest me the correct url pattern to handle the above url. If its not possible is there any other way to filter the url...
Thanks in advance Nithyn K