You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2020/12/10 22:16:00 UTC

[jira] [Resolved] (VFS-783) WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection

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

Gary D. Gregory resolved VFS-783.
---------------------------------
    Fix Version/s: 2.8.0
       Resolution: Fixed

[~satish.bhor]
In git master, please verify and close this ticket.
Thank you!

> WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection
> -----------------------------------------------------------------------------------
>
>                 Key: VFS-783
>                 URL: https://issues.apache.org/jira/browse/VFS-783
>             Project: Commons VFS
>          Issue Type: Bug
>            Reporter: satish bhor
>            Priority: Major
>             Fix For: 2.8.0
>
>
> WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection
> {code:java}
> final GenericURLFileName newFile = new GenericURLFileName("http", name.getHostName(), name.getPort(), name.getDefaultPort(),
>  user, password, name.getPath(), name.getType(), name.getQueryString());{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)