Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Send HTTP status code 401 to the response when token can not be acquired #145

Open
dsteegen wants to merge 1 commit intospring-attic:mainfrom
dsteegen:master
Open

Send HTTP status code 401 to the response when token can not be acquired #145
dsteegen wants to merge 1 commit intospring-attic:mainfrom
dsteegen:master

Conversation

@dsteegen
Copy link

@dsteegen dsteegen commented Mar 27, 2018

The previous implementation resulted in status code 500 as every exception thrown in a ZuulFilter implementation is treated as failure by Zuul's FilterProcessor.

Fixes gh-131

…ined. The previous implementation resulted in status code 500 as every exception thrown in a ZuulFilter implementation is treated as failure by FilterProcessor.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

3 participants