Details
-
Bug
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
None
-
-
1
-
None
Description
Purpose:
Sometimes, calling response.sendError() does not stop the filter chain, and the request is coming to the controller even if the Authorization exception was thrown.
Approach:
Stop filter chain if authorization exception was thrown
AC:
Necessary changes made and tested