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 URL encoding to mimic Symfony URL Generator #387

Merged
merged 1 commit into from
May 20, 2020

Conversation

ajgarlag
Copy link
Contributor

This PR fixes #385 testing that the generated URL mimic the one generated by Symfony URL Generator.

This PR improves #386

After this PR, spaces in query parameters are encoded as %20 instead of +

@ajgarlag
Copy link
Contributor Author

@tobias-93 Friendly ping. Can you review this?

@tobias-93
Copy link
Collaborator

Hi @ajgarlag, looks good to me! Could you rebase, so I can merge it? Thanks!

@tobias-93 tobias-93 merged commit 7742a05 into FriendsOfSymfony:master May 20, 2020
@tobias-93
Copy link
Collaborator

Thanks @ajgarlag

@ajgarlag
Copy link
Contributor Author

Thanks @tobias-93 for merging it

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.

Some special chars in path must not be percent-encoded
2 participants