AccessDeniedHandlerImpl « Security « Spring Q&A





1. AccessDeniedHandlerImpl forward to eddor does not work    forum.springsource.org

AccessDeniedHandlerImpl forward to eddor does not work I am trying to use spring security 2 to replace acegi 1.0.5. For some reason, can not change original configuration file. Just replace org.acegisecurity ...

2. Issue with AccessDeniedHandlerImpl - will not go to errorPage value.    forum.springsource.org

Issue with AccessDeniedHandlerImpl - will not go to errorPage value. I've defined the following below. What is happening is, when I get a "HTTP Status 403 - Access is denied" the ...

3. AccessDeniedHandlerImpl doesn't preserve status code    forum.springsource.org

When using the AccessDeniedHandlerImpl and supplying an "errorPage", it doesn't seem to respond with 403 status code (access denied) but instead with a 200. This is problematic with user agents that ...

4. Error with AccessDeniedHandlerImpl    forum.springsource.org

Mar 10th, 2009, 12:15 PM #1 iwankoenig View Profile View Forum Posts Private Message Junior Member Join Date Mar 2009 Posts 10 Error with AccessDeniedHandlerImpl The tomcat-log includes the error: Code: ...

5. AccessDeniedHandlerImpl Redirects    forum.springsource.org

AccessDeniedHandlerImpl Redirects Hi, I've been fiddling around with the error-page parameter of the access-denied-page handler. Code: Nothing exciting. 'm using url rewriting and "/app" is added for all ...