Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
None
Description
Reported by https://github.com/ddg-igh:
When using webdav4s the requests will be send as "http" and not "https".
So this will always fail when the webdav server does not allow "http" requests."
I was also able to reproduce through shell:
$ cd commons-vfs2-examples $ mvn -Pshell -Dwebdav4 VFS Shell null cd webdav4s://localhost Command failed: ... Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:80 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) ...
- which shows that it makes an http (port 80), not https (port 443).
- it should have made https requests for 'webdav4s'.
Attachments
Issue Links
- is duplicated by
-
VFS-783 WEBDAV4 GenericURLFileName hardcoded scheme("http") won't work for https connection
-
- Resolved
-
- links to