History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRAILS-1843
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Graeme Rocher
Reporter: Steve Tekell
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Grails

ControllersGrailsPlugin should only map error codes specified in the UrlMappings file

Created: 15/Nov/07 08:15 AM   Updated: 19/Nov/07 08:39 AM
Component/s: None
Affects Version/s: 1.0-RC1
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide
ControllersGrailsPlugin is generating mappings for all error codes (400..417 + 500..505) when it should only map error codes specified in the UrlMappings file.

This is resulting in the swallowing of error-codes that are needed downstream by the container and by clients.
A fix for this should fix issue#1778 since the 401 (and 403) error-code mappings (to the ErrorHandlingServlet where they are swallowed) prevent container manager security.

http://www.nabble.com/-Error-401--problem-getting-container-managed-security-working-with-Grails-Jetty-tf4734557.html#a13757709



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.