The following code isn't working for me - it takes me to login regardless
<security:intercept-url pattern="/Index**" access="ROLE_ANONYMOUS"/> <security:intercept-url pattern="/**" access="ROLE_ADMIN,ROLE_USER"/> I have something similar in my JSF app and it works but cant replicate here. The following won't take me to the login page <security:intercept-url pattern="/Index**" access="ROLE_ADMIN,ROLE_USER"/> but this does: <security:intercept-url pattern="/**" access="ROLE_ADMIN,ROLE_USER"/> The only thing I can get this to recognise is the pattern="/**" What should the pattern be if I want a specific page directed to login ? Thanks ..kace -- View this message in context: http://www.nabble.com/-T5--Spring-Security-2-Integration-tp18877587p18879947.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]