Jan Aelbrecht created VFS-810:
---------------------------------
Summary: Backslashes in authority of urls aren't allowed for WebDav
Key: VFS-810
URL: https://issues.apache.org/jira/browse/VFS-810
Project: Commons VFS
Issue Type: Bug
Affects Versions: 2.9.0
Reporter: Jan Aelbrecht
Fix For: 2.9.1
The following urls fail to resolve due to illegal character "\" in the authority
webdav://test\alice:[email protected]:80
https://test\alice:[email protected]:80
This can be resolved by using a different URI parser instead of the default
URI.create(...)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)