The default security configuration only allows role names that have ROLE_ prefix. The following config will not work. How do I resolve this without change the role name?
<http auto-config="true" lowercase-comparisons="false"> <intercept-url pattern="/**/*.action*" access="OPERATION_UPDATE"/> <form-login login-page="/login.jsp" authentication-failure-url="/login.jsp?error=true" login-processing-url="/j_security_check"/> </http> Thanks! ct -- View this message in context: http://www.nabble.com/Using-Role-without-Prefix-ROLE_-tp16967819s2369p16967819.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]