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 basic auth with encoded characters (#3815) #4260

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

ZIRAKrezovic
Copy link
Contributor

@ZIRAKrezovic ZIRAKrezovic commented Feb 19, 2024

Fixes: #3815

Copy link
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a 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.

@ZIRAKrezovic
Copy link
Contributor Author

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.

@ZIRAKrezovic
Copy link
Contributor Author

@OlgaMaciaszek OlgaMaciaszek removed this from the 4.1.1 milestone Apr 2, 2024
Copy link
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a 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.

Copy link
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ZIRAKrezovic. LGTM.

@OlgaMaciaszek OlgaMaciaszek merged commit a74d8f9 into spring-cloud:main Apr 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eureka Client Basic auth fails with encoded characters
3 participants