Skip to content

Commit abbb5b1

Browse files
committed
RequestFactory: urlFilters replaces only double // to single
1 parent 54afc18 commit abbb5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/RequestFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RequestFactory
2525

2626
/** @var array */
2727
public $urlFilters = [
28-
'path' => ['#/{2,}#' => '/'], // '%20' => ''
28+
'path' => ['#//#' => '/'], // '%20' => ''
2929
'url' => [], // '#[.,)]$#D' => ''
3030
];
3131

0 commit comments

Comments
 (0)