I tried that on the default welcome page which only shows / and it didnt work there but if I clicked on a link from that page and I employed an intercept-url on that ie /page2 the following worked
<security:intercept-url pattern="/page2*" access="ROLE_ADMIN"/> however, having this <security:intercept-url pattern="/page2*" access="ROLE_ANONYMOUS"/> resulted in the login page being shown too. But having this <security:intercept-url pattern="/page2*.*" access="ROLE_ANONYMOUS"/> did work. Then I tried <security:intercept-url pattern="/page2*.*" access="ROLE_ADMIN"/> and it didnt work. Not sure what is going on here or what I am doing wrong. Mess about with it some more I guess.. ..kace -- View this message in context: http://www.nabble.com/-T5--Spring-Security-2-Integration-tp18877587p18881311.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]