To Reproduce
Steps to reproduce the behavior:
- Have a file called "foo bar.jpg"
- Open it.
The viewer requests /remote.php/dav/files/admin/foo%2520bar.jpg instead of /remote.php/dav/files/admin/foo%20bar.jpg so there is some double encoding in place.
Most likely caused by #357/#370 since this was working on 18.0.0 and is not since 18.0.1 RC1.
To Reproduce
Steps to reproduce the behavior:
The viewer requests
/remote.php/dav/files/admin/foo%2520bar.jpginstead of/remote.php/dav/files/admin/foo%20bar.jpgso there is some double encoding in place.Most likely caused by #357/#370 since this was working on 18.0.0 and is not since 18.0.1 RC1.