
|
If you were logged in you would be able to see more operations.
|
|
|
|
I "instinctively" wrote a custom implementation of the isAuthorized method and threw UnauthorizedActionException; I hadn't noticed that the exception was being replaced by a newly created instance of UnauthorizedActionException.
The AbstractAuthorizeAction should throw any UnauthorizedActionException it catches, instead of dropping it and creating a new one.
I will commit this fix shortly.
|
|
Description
|
I "instinctively" wrote a custom implementation of the isAuthorized method and threw UnauthorizedActionException; I hadn't noticed that the exception was being replaced by a newly created instance of UnauthorizedActionException.
The AbstractAuthorizeAction should throw any UnauthorizedActionException it catches, instead of dropping it and creating a new one.
I will commit this fix shortly. |
Show » |
|