-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 basic auth with encoded characters (#3815) #4260
Conversation
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.
Hello @ZIRAKrezovic, thanks for creating the PR. Please add a test. Please add your full name and surname with @author
tag to the javadoc of any classes you've modified.
Hi @OlgaMaciaszek, I have added a test. Although I'm not sure if it's the right approach, or if it can be done with unit tests without a server, it tests what this fix is supposed to fix. |
I have found out how Spring Webflux developers do the tests and updated my test accordingly. |
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.
Thanks @ZIRAKrezovic. Looks good. Have just added comments about some cosmetic issues. Please fix.
.../java/org/springframework/cloud/netflix/eureka/http/WebClientTransportClientFactoryTest.java
Show resolved
Hide resolved
.../java/org/springframework/cloud/netflix/eureka/http/WebClientTransportClientFactoryTest.java
Show resolved
Hide resolved
.../java/org/springframework/cloud/netflix/eureka/http/WebClientTransportClientFactoryTest.java
Outdated
Show resolved
Hide resolved
.../java/org/springframework/cloud/netflix/eureka/http/WebClientTransportClientFactoryTest.java
Outdated
Show resolved
Hide resolved
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.
Thanks @ZIRAKrezovic. LGTM.
Fixes: #3815