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?


        
            
                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
            
-- 
View this message in context: 
http://www.nabble.com/Acegi-security-and-with-role%3D%22user%22-tf4002280s2369.html#a11367827
Sent from the AppFuse - User mailing list archive at Nabble.com.

Reply via email to