You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Seen while testing #34365 with 10.11.0-beta.1
The following cases are fixed since #40216:
curl -u admin:admin http://localhost//remote.php//dav/files/admin/test.txt
# double slashes at startcurl -u admin:admin http://localhost//remote.php//dav//files//admin//test.txt
# double slashes everywherecurl -u admin:admin http://localhost////remote.php//dav/files/admin/test.txt
# many slashes at startThis still explodes
curl -u admin:admin http://localhost/remote.php///dav/files/admin/test.txt
# many slashes after remote.phpExpected behaviour:
The text was updated successfully, but these errors were encountered: