We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50da49c commit 7c05226Copy full SHA for 7c05226
system/RestHandler.cfc
@@ -65,7 +65,7 @@ component extends="EventHandler" {
65
// Auth Issues
66
catch ( "NotAuthorized" e ) {
67
arguments.exception = e;
68
- this.onAuthenticationFailure( argumentCollection = arguments );
+ this.onAuthorizationFailure( argumentCollection = arguments );
69
}
70
// Token Decoding Issues
71
catch ( "TokenInvalidException" e ) {
0 commit comments