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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=17247611#comment-17247611 ] 

Woonsan Ko edited comment on VFS-783 at 12/11/20, 3:10 AM:
-----------------------------------------------------------

Thanks [~ggregory] and [~satish.bhor]! It looks good!


was (Author: woonsan):
Thanks [~ggregory] and [~satish.bhor]! It looks good! ({{git diff 28c149df..60eccbca}})

> 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)