FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 261 forks source link

Fix URL encoding to mimic Symfony URL Generator #387

Closed ajgarlag closed 4 years ago

ajgarlag commented 4 years ago

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 commented 4 years ago

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

tobias-93 commented 4 years ago

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

tobias-93 commented 4 years ago

Thanks @ajgarlag

ajgarlag commented 4 years ago

Thanks @tobias-93 for merging it