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

Fix log messages in backchannel user validator #1346

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

josephdecock
Copy link
Member

This fixes #1345, which happened because the passed in log message contained a placeholder, and LogWithRequestDetails also added a placeholder for the values, resulting in too many placeholders.

The fix is to remove the extra placeholder from LogWithRequestDetails and review all calls to it to ensure the passed log message always contains placeholders for the values.

This fixes #1345, which happened because the passed in log message
contained a placeholder, and LogWithRequestDetails also added a
placeholder for the values, resulting in too many placeholders.

The fix is to remove the extra placeholder from LogWithRequestDetails and
review all calls to it to ensure the passed log message always contains
placeholders for the values.
@josephdecock
Copy link
Member Author

TODO - Decide if and where to patch this, then rebase onto correct release branch.

@josephdecock
Copy link
Member Author

TODO - Decide if and where to patch this, then rebase onto correct release branch.

Based on customer feedback, this can be part of 7.0

@josephdecock josephdecock added this to the 7.0 milestone Jul 7, 2023
@josephdecock
Copy link
Member Author

@brockallen - this is ready for review, please.

@brockallen brockallen merged commit be861d6 into main Jul 7, 2023
5 checks passed
@brockallen brockallen added the bug Something isn't working label Jul 7, 2023
@josephdecock josephdecock deleted the joe/log-fixes branch July 14, 2023 15:43
@josephdecock josephdecock mentioned this pull request Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release notes done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BackchannelAuthenticationRequestValidator inserts an unwanted string format item when calling LogError
2 participants