Skip to content
Snippets Groups Projects
Commit 6c186df8 authored by luca.vocella's avatar luca.vocella
Browse files

Update file PathProcessorDecode.php

parent 61ac8eb2
No related branches found
No related tags found
1 merge request!7303Update file PathProcessorDecode.php
......@@ -23,7 +23,7 @@ class PathProcessorDecode implements InboundPathProcessorInterface {
* {@inheritdoc}
*/
public function processInbound($path, Request $request) {
return urldecode($path);
return rawurldecode($path);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment