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

Fixes issue #55561 #62966

Closed
wants to merge 1 commit into from
Closed

Conversation

parthdt
Copy link

@parthdt parthdt commented Oct 27, 2022

What does this PR do?

The PR correctly encodes user info in the URL using quote().

What issues does this PR fix or reference?

Fixes: #55561

Previous Behavior

Remove this section if not relevant
The username and password appeared as-is.

New Behavior

Remove this section if not relevant
Added proper encoding.

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No
No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@parthdt parthdt requested a review from a team as a code owner October 27, 2022 10:39
@parthdt parthdt requested review from twangboy and removed request for a team October 27, 2022 10:39
@whytewolf whytewolf added Needs-Testcase PR needs test cases written, or the issue is about a bug/feature that needs test cases needs-changelog-file labels Oct 27, 2022
@whytewolf
Copy link
Contributor

this needs a testcase and changelog.

Copy link
Contributor

@twangboy twangboy left a comment

Choose a reason for hiding this comment

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

Please add a changelog and test case

@dwoz
Copy link
Contributor

dwoz commented Dec 10, 2023

Closing this due to inactivity. Anyone should feel free to re-open it if they want to see it through to the end in one release cycle.

@dwoz dwoz closed this Dec 10, 2023
@dwoz dwoz added help-wanted Community help is needed to resolve this Abandoned labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Abandoned help-wanted Community help is needed to resolve this needs-changelog-file Needs-Testcase PR needs test cases written, or the issue is about a bug/feature that needs test cases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

salt.utils.url fails to properly quote URL userinfo
4 participants