here is it....
PSI wrote: > > Hi! > > I have following setup for spring security for acegi, and when my app user > having role only "user", it does not work, It shows access denied? > > > <property name="objectDefinitionSource"> > <value> > PATTERN_TYPE_APACHE_ANT > /clickstreams.jsp*=admin > /flushCache.*=admin > /passwordHint.html*=ROLE_ANONYMOUS,admin,user > /reload.*=admin > /signup.html*=ROLE_ANONYMOUS,admin,user > /users.html*=admin > /frameset.jsp*=admin,user > /**/*.html*=admin,user > </value> > -- View this message in context: http://www.nabble.com/Acegi-security-and-with-role%3D%22user%22-tf4002280s2369.html#a11386098 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
