Skip to content
Snippets Groups Projects

Update file PathProcessorDecode.php

Open luca.vocella requested to merge issue/drupal-3437658:11.x into 11.x
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