Description
The following urls fail to resolve due to illegal character "\" in the authority
webdav://test%5Calice:secret@example.com:80
https://test%5Calice:secret@example.com:80
This can be resolved by using a different URI parser instead of the default URI.create(...)
Created a PR on GitHub
Attachments
Issue Links
- relates to
-
VFS-793 GenericFileName.getURI() returns invalid URI.
-
- Resolved
-
- links to