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

2021-11-25 Thread Jan Aelbrecht (Jira)


 [ 
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: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]

  was:
The following urls fail to resolve due to illegal character "\" in the authority

webdav://test\alice:sec...@example.com:80

[https://test\alice: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]


> 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) Backslashes in authority of urls aren't allowed for WebDav

2021-11-25 Thread Jan Aelbrecht (Jira)


 [ 
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\alice:sec...@example.com:80

[https://test\alice: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]

  was:
The following urls fail to resolve due to illegal character "\" in the authority

webdav://test\alice:sec...@example.com:80

https://test\alice:sec...@example.com:80

 

This can be resolved by using a different URI parser instead of the default 
URI.create(...)


> 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
> Fix For: 2.9.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The following urls fail to resolve due to illegal character "\" in the 
> authority
> webdav://test\alice:sec...@example.com:80
> [https://test\alice: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) Backslashes in authority of urls aren't allowed for WebDav

2021-11-25 Thread Jan Aelbrecht (Jira)


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

Jan Aelbrecht updated VFS-810:
--
Affects Version/s: 2.8.0
   (was: 2.9.0)

> 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
> Fix For: 2.9.1
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The following urls fail to resolve due to illegal character "\" in the 
> authority
> webdav://test\alice:sec...@example.com:80
> https://test\alice:sec...@example.com: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)


[jira] [Created] (VFS-810) Backslashes in authority of urls aren't allowed for WebDav

2021-11-25 Thread Jan Aelbrecht (Jira)
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:sec...@example.com:80

https://test\alice:sec...@example.com: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)