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

Key: STS-312
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Fennell
Reporter: Tim Fennell
Votes: 1
Watchers: 1
Operations

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

DefaultExceptionHandler should probably log any exceptions that it is invoked to handle before throwing them

Created: 20/Nov/06 11:53 AM   Updated: 01/Apr/07 01:54 PM
Component/s: None
Affects Version/s: None
Fix Version/s: Release 1.4.3


 Description  « Hide
While it's usually bad practise to *both* log and re-throw an exception, I think we should make an exception (*cough*, no pun intended) in the DefaultExceptionHandler. Since we have no way of knowing what the servlet container will do with it, it would probably be nice to have it logged by Stripes before throwing it further up the chain.

 All   Comments   Change History      Sort Order:
Tim Fennell [01/Apr/07 01:54 PM]
Fixed.