RestHandler.cfc should catch NotAuthorized exception
Description
Activity
Show:
Luis Majano
updated the Fix versionsOctober 30, 2023 at 2:42 PMNone
Current
Luis Majano
changed the StatusOctober 30, 2023 at 2:41 PMOpen
Resolved
Luis Majano
updated the ResolutionOctober 30, 2023 at 2:41 PMNone
Fixed
Luis Majano
updated the Affects versionsOctober 25, 2023 at 8:49 AMNone
Current
Luis Majano
updated the ComponentsOctober 25, 2023 at 8:49 AMNone
REST
Gunnar Lieb
updated the DescriptionOctober 24, 2023 at 6:41 PMNone
Currently it handles only InvalidCredentials and TokenInvalidException. So if you throw a NotAuthorized exception inside an handler which extends the restHandler it is not caught by the aroundHandler
Gunnar Lieb
created the IssueOctober 24, 2023 at 6:39 PMFixed
Pinned fields
Click on the next to a field label to start pinning.
Created October 24, 2023 at 6:39 PM
Updated October 30, 2023 at 2:42 PM
Resolved October 30, 2023 at 2:41 PM
Currently it handles only InvalidCredentials and TokenInvalidException. So if you throw a NotAuthorized exception inside an handler which extends the restHandler it is not caught by the aroundHandler