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

Commits on Oct 4, 2017

  1. Set the headers and co on the normal response

    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 committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    ced2949 View commit details
    Browse the repository at this point in the history