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

Encode only reserved characters in user-info #221

Merged
merged 1 commit into from
Mar 31, 2023

Conversation

nicolas-grekas
Copy link
Collaborator

Fix #219

This is enough to produce non-broken URLs.

@nicolas-grekas
Copy link
Collaborator Author

/cc @dbu FYI

Copy link
Contributor

@dbu dbu left a comment

Choose a reason for hiding this comment

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

seems all the implementations do it this way, good fix.

@dbu
Copy link
Contributor

dbu commented Apr 1, 2023

btw, you might want to mention this in the changelog. there is an edge case when people use getUserInfo and assume that the info is not urlencoded it will now be urlencoded...

@nicolas-grekas
Copy link
Collaborator Author

See #218 for the changelog proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Escaping of user info breaks NTLM authentication
2 participants