Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: security-0.4.1, exceptionpage-0.1.1
-
Fix Version/s: security-0.4.3
-
Component/s: exceptionpage, security
-
Labels:None
-
Environment:Any
-
Number of attachments :
Description
Right now, I catch ShiroException in my code to do logging and additional processing.
With the new Tynamo 0.4.1 and exceptionpage way of doing things, I can no longer plug into
the exception.
I am looking for a way to decorate an existing assistant for an existing exception,
specifically the ExceptionHandlerAssistant in SecurityModule.java
I don't believe it is possible to do this at this time.
Activity
Kalle Korhonen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Kalle Korhonen [ kaosko ] |
Kalle Korhonen
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | security-0.4.3 [ 18322 ] | |
| Resolution | Fixed [ 1 ] |
Lenny Primak
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Lenny Primak
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
How Lenny overrode the current handler (http://code.google.com/p/flowlogix/source/detail?r=c87d6260b74dc9984b090f541dfc45005e4ccb73) is the right way to do it. I'll take an action item to document it properly and close the issue after that.