[
https://issues.apache.org/jira/browse/VFS-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Aelbrecht updated VFS-810:
------------------------------
Description:
The following urls fail to resolve due to illegal character "\" in the authority
webdav://test%5Calice:[email protected]:80
[https://test%5Calice:[email protected]:80|https://testalice:[email protected]:80/]
This can be resolved by using a different URI parser instead of the default
URI.create(...)
Created a PR on GitHub
[https://github.com/apache/commons-vfs/pull/222]
was:
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|https://testalice:[email protected]:80/]
This can be resolved by using a different URI parser instead of the default
URI.create(...)
Created a PR on GitHub
[https://github.com/apache/commons-vfs/pull/222]
> 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.8.0
> Reporter: Jan Aelbrecht
> Priority: Major
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The following urls fail to resolve due to illegal character "\" in the
> authority
> webdav://test%5Calice:[email protected]:80
> [https://test%5Calice:[email protected]:80|https://testalice:[email protected]:80/]
>
> This can be resolved by using a different URI parser instead of the default
> URI.create(...)
>
>
> Created a PR on GitHub
> [https://github.com/apache/commons-vfs/pull/222]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)