Skip to content
Snippets Groups Projects

Update file PathProcessorDecode.php

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@ class PathProcessorDecode implements InboundPathProcessorInterface {
* {@inheritdoc}
*/
public function processInbound($path, Request $request) {
return urldecode($path);
return rawurldecode($path);
}
}
Loading