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

Key: GRAILS-1628
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Marc Palmer
Reporter: Marc Palmer
Votes: 0
Watchers: 0
Operations

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

Bad/missing closing GSP tag causes ugly Internal Server Error parser response

Created: 19/Sep/07 02:56 PM   Updated: 15/Nov/07 07:12 AM
Component/s: None
Affects Version/s: 0.6
Fix Version/s: 1.0-RC2

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Related
 


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marc Palmer - 19/Sep/07 03:02 PM
This is tricky because it is render() that fails in doDispatch, and that is what renders the model and view. Instead of re-throwing after this we probably need to call render again to render the error view.

Lee Butts - 19/Sep/07 03:31 PM
Marc, you're re-logging your ownn issues