Skip to content

Commit 7c05226

Browse files
committed
Merge pull request #619 from ColdBox/patch/COLDBOX-1345
COLDBOX-1345 Resolve
1 parent 50da49c commit 7c05226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/RestHandler.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ component extends="EventHandler" {
6565
// Auth Issues
6666
catch ( "NotAuthorized" e ) {
6767
arguments.exception = e;
68-
this.onAuthenticationFailure( argumentCollection = arguments );
68+
this.onAuthorizationFailure( argumentCollection = arguments );
6969
}
7070
// Token Decoding Issues
7171
catch ( "TokenInvalidException" e ) {

0 commit comments

Comments
 (0)