Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-09 Thread massizigao
Hello Andrew, that was the solution! You saved my day! Thank you a lot! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4019263.html Sent from the Users forum mailing list archive

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-08 Thread massizigao
, spring and spring security and the following methods: *CustomAuthenticatedWebSession:* *LoginForm*: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4015730.html Sent from

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-08 Thread James Carman
Take a look at wicketopia's example app. It has spring security integration. Sent from tablet device. Please excuse typos and brevity. On Nov 7, 2011 11:24 AM, massizigao fha...@online.de wrote:

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-08 Thread Andrew Geery
See this: http://apache-wicket.1842946.n4.nabble.com/Acegi-and-Wicket-auth-roles-td1846051.html I would be willing to bet the problem is the order of your filter-mappings in the web.xml -- Spring Security has to be first. Andrew On Tue, Nov 8, 2011 at 8:05 PM, James Carman

Spring secury + auth-roles authentication and authorization: access denied

2011-11-07 Thread massizigao
help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4004013.html Sent from the Users forum mailing list archive at Nabble.com

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-07 Thread moèz ben rhouma
. *spring-security-context.xml:* *web.xml* *CustomAuthenticatedWebSession.java* *A secured page: Index.java* Thank you for your help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access