We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54afc18 commit abbb5b1Copy full SHA for abbb5b1
1 file changed
src/Http/RequestFactory.php
@@ -25,7 +25,7 @@ class RequestFactory
25
26
/** @var array */
27
public $urlFilters = [
28
- 'path' => ['#/{2,}#' => '/'], // '%20' => ''
+ 'path' => ['#//#' => '/'], // '%20' => ''
29
'url' => [], // '#[.,)]$#D' => ''
30
];
31
0 commit comments