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

this is the only way, for instance, to get 403 instead of 500 on auth exception #40

Closed
wants to merge 5 commits into from

Commits on Jan 15, 2018

  1. this is the only way, for instance, to get 403 instead of 500 on auth…

    … exception
    b-richard committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    9e61221 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. add an AccessDeniedHandler (fail) and a controller that allow to repr…

    …oduce the issue described in symfony/symfony#25806
    b-richard committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d13adb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. modification based on remark from chalasr symfony/symfony#25806

    it still fail coz my handlers are not managed by symfony
    b-richard committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    13d9c0c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Found that Symfony\Component\Security\Http\Authentication\CustomAuthe…

    …nticationFailureHandler::_construct L31 expect a setOptions method... but still doesn't work
    b-richard committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    1725813 View commit details
    Browse the repository at this point in the history
  2. last investigations for the issue, waiting for more info from the web…

    … to continue
    b-richard committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    8e0212c View commit details
    Browse the repository at this point in the history