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

Ensure display of Authn errors #313

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

MKodde
Copy link
Member

@MKodde MKodde commented Mar 4, 2024

In SF 6, the new exception handler does not show the exception message in the exception handler. Rather, these errors are handled at another point (authn listeners).

Also see: https://stackoverflow.com/questions/40174266/not-all-exceptions-catched-within-the-error-handler

In SF 6, the new exception handler does not show the exception message
in the exception handler. Rather, these errors are handled at another
point (authn listeners).

Also see: https://stackoverflow.com/questions/40174266/not-all-exceptions-catched-within-the-error-handler
@thijskh thijskh requested a review from parijke March 6, 2024 09:32
@parijke
Copy link
Contributor

parijke commented Mar 6, 2024

@thijskh approved

@thijskh thijskh merged commit 9da4adc into main Mar 6, 2024
5 checks passed
@thijskh thijskh deleted the bugfix/show-authentication-exceptions branch March 6, 2024 16:25
MKodde added a commit that referenced this pull request Mar 11, 2024
When rendering the custom exception page, we test if the
MissingRequiredAttributeException. But it also had to be a HTTP
exception. That was never the case (also before #313).

By removing the first part of the statement, the error message is
displayed correctly once again.
MKodde added a commit that referenced this pull request Mar 11, 2024
When rendering the custom exception page, we test if the
MissingRequiredAttributeException. But it also had to be a HTTP
exception. That was never the case (also before #313).

By removing the first part of the statement, the error message is
displayed correctly once again.
MKodde added a commit that referenced this pull request Mar 11, 2024
When rendering the custom exception page, we test if the
MissingRequiredAttributeException. But it also had to be a HTTP
exception. That was never the case (also before #313).

By removing the first part of the statement, the error message is
displayed correctly once again.
MKodde added a commit that referenced this pull request Apr 4, 2024
When rendering the custom exception page, we test if the
MissingRequiredAttributeException. But it also had to be a HTTP
exception. That was never the case (also before #313).

By removing the first part of the statement, the error message is
displayed correctly once again.
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.

None yet

3 participants