Uploaded image for project: 'Commons VFS'
  1. Commons VFS
  2. VFS-758

Webdav4s provider does not make https requests

    XMLWordPrintableJSON

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

          Activity

            People

              ggregory Gary D. Gregory
              woonsan Woonsan Ko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m