-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
authhelper: add diag post data + initial auto-detect unit tests #6256
Conversation
978dfe8
to
f6ad249
Compare
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
f6ad249
to
c1a1f09
Compare
Thank you! |
New Issues (2)Checkmarx found the following issues in this Pull Request
|
@@ -132,15 +161,15 @@ void shouldAppendCookies() throws Exception { | |||
void shouldAppendStructuredData() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldAppendPostData
to match the new method name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or "Expected" to not clash with the test below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving, my one comment shouldn't be a blocker.
I'll leave this for someone else to merge.
Overview
Add sanitized post data to the auth diagnostic data, correctly sanitize set-cookies and added the very start of a framework for testing auto-detection.
Related Issues
Checklist
./gradlew spotlessApply
for code formattingFor more details, please refer to the developer rules and guidelines.