Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the headers and co on the normal response #29

Merged

Conversation

victornoel
Copy link
Member

All the properties set by pac4j (e.g., headers from authorizers) were
only set on the response in case of failure, but not when the jax-rs
runtime was answering.

This is fixed, but the skipResponse option disables this behaviour.

Closes pac4j/dropwizard-pac4j#34

All the properties set by pac4j (e.g., headers from authorizers) were
only set on the response in case of failure, but not when the jax-rs
runtime was answering.

This is fixed, but the `skipResponse` option disables this behaviour.

Closes pac4j/dropwizard-pac4j#34
@victornoel victornoel self-assigned this Oct 4, 2017
@victornoel victornoel added this to the 2.0.2 milestone Oct 4, 2017
@victornoel victornoel merged commit 466a0a4 into pac4j:master Oct 4, 2017
@victornoel victornoel deleted the fix-set-headers-on-normal-response branch October 4, 2017 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authorizer Headers are not carried through to Response
1 participant