1. Getting 403 error on form submission - no BaseController Handler forum.springsource.orgGetting 403 error on form submission - no BaseController Handler I am attempting to submit a non-entity DTO pojo from my form to the following @Controller: Code: @RooWebScaffold(path = "admin", formBackingObject ... |
2. custom 403 page forum.springsource.orgcustom 403 page I have been struggling with creating a custom 403 page for several days now. As I understand it, this is done by setting the access-denied-page in the spring ... |
3. 403 returned correctly, but page contents visible as plaintext forum.springsource.org403 returned correctly, but page contents visible as plaintext I'm having a really strange issue where even though Spring Security correctly says the user doesn't have access to the page, and ... |
4. Error 403--Forbidden forum.springsource.orgError 403--Forbidden Hi all, I am getting this error when trying to view html page after deploying on weblogic 8.1sp4. Error 403--Forbidden From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.4 ... |
5. "Spring way" for 403 error forum.springsource.orgHi, I'd like to know if there is a "Spring way" to send an 403 error. I'm trying Code: response.sendError(403); but it's not working. For instance, if the user who's trying ... |
6. Basic + InMemoryDaoImpl = 403 forum.springsource.orgBasic + InMemoryDaoImpl = 403 Hello all, (EDIT: Sorry, it didn't throw a 403, but 401 instead.) Sorry but I am at a lost here and I simply have no idea ... |
7. 403 redirects forum.springsource.orgwhat's the best to way to redirect a user back to the page they came from with a GET string on the url when they access a page they don't have ... |
8. Differentiated 403 pages forum.springsource.orgDifferentiated 403 pages Hi, I'm looking into using Acegi in Spring MVC for handling authorization requirements. I planned to write voters, e.g. one voter for seeing if a user has a ... |
9. Error 403 forum.springsource.orgHi, I could manage error 403 to be redirected to my customized error page in struts, but it doesn't work with Spring. What kind of settings do I need in Spring? ... |
10. Process 401/403 differently according to URLs forum.springsource.orgProcess 401/403 differently according to URLs I have three types of URLs to be protected: UI - /ui/** RESTful Web Service - /ws/rest/** SOAP Web Service - /ws/soap/** For UI URLs, ... |
11. Return 403 instead of 401 from Basic Auth forum.springsource.orgReturn 403 instead of 401 from Basic Auth I am using a custom AuthenticationProvider within a BasicProcessingFilter to implement basic HTTP auth. However, in case of failure I would like it ... |
12. Error using custom 403 error page forum.springsource.orgError using custom 403 error page I have two user roles, USER and ADMIN. I have several pages, that USERs should see in the menu, but when they try to access ... |
13. 403 Forbidden - URL rewrite forum.springsource.org403 Forbidden - URL rewrite Hi all, I'm setting up a new environment for a client - Spring 3.0 and OC4J 1.3.5. I encountered and resolved the Oracle XML parser issue ... |
14. 403 error capture and redirect forum.springsource.orgI need to capture whenever a 403 error is thrown and redirect to a more friendly and consistent looking jsp. How can this be done? I am using roo and I ... |
15. Mixing redirect to logon form with simple 403.. forum.springsource.orgHello folks, Trying to configure spring security (v2). Right now I have all unauthorized requests issuing a redirect to the logon page. However, I have some JSON services, and if these ... |
16. 403 AccessDenied forum.springsource.org403 AccessDenied Hallo everybody, i've a problema with my configuration that not able to solve... here my conf: Code: |