[Cyberduck-trac] [Cyberduck] #7187: Unable to open WebDAV connection with Cyberduck 4.3

Cyberduck trac at trac.cyberduck.ch
Wed May 1 20:39:54 UTC 2013


#7187: Unable to open WebDAV connection with Cyberduck 4.3
-------------------------+------------------------
 Reporter:  billhuber01  |         Owner:  dkocher
     Type:  defect       |        Status:  new
 Priority:  highest      |     Milestone:
Component:  webdav       |       Version:  4.3
 Severity:  blocker      |    Resolution:
 Keywords:  webdav       |  Architecture:
 Platform:  Windows 7    |
-------------------------+------------------------

Comment (by dkocher):

 Replying to [comment:2 billhuber01]:
 > Examples of the access log from the Apache web server are as follows:
 >
 > {{{
 > mediaconsole.pearsoncmg.com:2013_05_01:console1:access.log:192.251.134.5
 - uhubewi [01/May/2013:15:52:09 -0400] "HEAD /mdc/dav/media/ HTTP/1.1" 404
 - "-" "Cyberduck/4.3 (10948) (Windows 7/6.1) (x86)" 1686
 > mediaconsole.pearsoncmg.com:2013_05_01:console1:access.log:192.251.134.5
 - uhubewi [01/May/2013:15:56:35 -0400] "HEAD /mdc/dav/media/ HTTP/1.1" 404
 - "-" "Cyberduck/4.3 (10948) (Windows 7/6.1) (x86)" 1861
 > mediaconsole.pearsoncmg.com:2013_05_01:console1:access.log:192.251.134.5
 - uhubewi [01/May/2013:15:56:39 -0400] "HEAD /mdc/dav/media/ HTTP/1.1" 404
 - "-" "Cyberduck/4.3 (10948) (Windows 7/6.1) (x86)" 1822
 >
 > }}}

  * If the path `/mdc/dav/media/` to your web server is not valid, check
 your connection or bookmark settings. Change the
 [http://trac.cyberduck.ch/wiki/help/en/howto/bookmarks#EditBookmark path]
 property which determines the initial working directory when connecting to
 the server.
  * If the path `/mdc/dav/media/` is a valid resource, the server should
 not return a `404` response. Check that `HEAD` is an accepted method the
 server handles and returns a `200` response.

 We have changed the check of valid authentication credentials in 4.3 that
 we first try a `HEAD` request that the server must acknowledge to know
 that we have valid authentication tokens before we issue a `PROPFIND`
 request to request the directory listing. See #7139.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7187#comment:4>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list