-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webdav: fix parsing of urls with two slashes in the path
Motivation: The surrent implementations will strip the urls like: https://door.domain.foo:1234//pnfs/domain.foo/path/to/file into /domain.foo/path/to/file Modification: Stop using doggy ServletRequest.stripToPath in a favor of own implementation. Result: Correct behavior parsing of files. Acked-by: Paul Millar Target: master, 9.2, 9.1, 9.0, 8.2 Require-book: no Require-notes: yes (cherry picked from commit 830a8a1) Signed-off-by: Tigran Mkrtchyan <[email protected]>
- Loading branch information
1 parent
428f7c7
commit 0e33db6
Showing
3 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters