satish bhor created VFS-783:
-------------------------------
Summary: 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
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)