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

[5.2] fix #14367 by removing double URL decoding #14370

Merged
merged 1 commit into from
Jul 19, 2016
Merged

[5.2] fix #14367 by removing double URL decoding #14370

merged 1 commit into from
Jul 19, 2016

Conversation

themsaid
Copy link
Member

@themsaid themsaid commented Jul 19, 2016

URL Parameters were decoded twice:

One time at binding the path parameters to create the parameters list via $request->decodedPath():
https://github.com/laravel/framework/blob/5.2/src/Illuminate/Routing/Route.php#L472

Another time in the parameters() method used to get the final parameters of a route:
https://github.com/laravel/framework/blob/5.2/src/Illuminate/Routing/Route.php#L377

Issue adressing the effect of double decoding:
#14367

@themsaid themsaid changed the title [5.2] fix #14367 by removing double URL encoding [5.2] fix #14367 by removing double URL decoding Jul 19, 2016
@taylorotwell taylorotwell merged commit 153af5c into laravel:5.2 Jul 19, 2016
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.

2 participants