[jira] [Updated] (VFS-810) Percent encoded Backslashes in authority of URLs aren't allowed for WebDav

2021-11-25 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/VFS-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated VFS-810:

Summary: Percent encoded Backslashes in authority of URLs aren't allowed 
for WebDav  (was: Backslashes in authority of URLs aren't allowed for WebDav)

> Percent encoded 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:sec...@example.com:80
> [https://test%5Calice:sec...@example.com:80|https://testalice:sec...@example.com: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)


[jira] [Updated] (VFS-810) Percent encoded backslashes in authority of URLs aren't allowed for WebDav

2021-11-25 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/VFS-810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated VFS-810:

Summary: Percent encoded backslashes in authority of URLs aren't allowed 
for WebDav  (was: Percent encoded Backslashes in authority of URLs aren't 
allowed for WebDav)

> Percent encoded 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:sec...@example.com:80
> [https://test%5Calice:sec...@example.com:80|https://testalice:sec...@example.com: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)