[Cyberduck-trac] [Cyberduck] #7266: webdav was broken in cyberduck v4.3.1

Cyberduck trac at trac.cyberduck.ch
Thu Jun 20 09:03:58 UTC 2013


#7266: webdav was broken in cyberduck v4.3.1
-------------------------+--------------------------
 Reporter:  zeratul1986  |         Owner:  dkocher
     Type:  defect       |        Status:  closed
 Priority:  high         |     Milestone:  4.3.2
Component:  webdav       |       Version:  4.3.1
 Severity:  normal       |    Resolution:  duplicate
 Keywords:  webdav       |  Architecture:  Intel
 Platform:  Windows 7    |
-------------------------+--------------------------

Comment (by dkocher):

 Looks like the test server is returning a `404` also for `PROPFIND`
 requests. There is possibly a configuration issue.


 {{{
 yuksom:~ dkocher$ curl -vX PROPFIND http://test.webdav.org/dav/
 * About to connect() to test.webdav.org port 80 (#0)
 *   Trying 140.211.166.111...
 * Adding handle: conn: 0x7fed68809000
 * Adding handle: send: 0
 * Adding handle: recv: 0
 * Curl_addHandleToPipeline: length: 1
 * - Conn 0 (0x7fed68809000) send_pipe: 1, recv_pipe: 0
 * Connected to test.webdav.org (140.211.166.111) port 80 (#0)
 > PROPFIND /dav/ HTTP/1.1
 > User-Agent: curl/7.30.0
 > Host: test.webdav.org
 > Accept: */*
 >
 < HTTP/1.1 404 Not Found
 < Date: Thu, 20 Jun 2013 09:03:35 GMT
 * Server Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.3.2 is not
 blacklisted
 < Server: Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.3.2
 < Content-Length: 202
 < Content-Type: text/html; charset=iso-8859-1
 <
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
 <html><head>
 <title>404 Not Found</title>
 </head><body>
 <h1>Not Found</h1>
 <p>The requested URL /dav/ was not found on this server.</p>
 </body></html>
 * Connection #0 to host test.webdav.org left intact

 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7266#comment:5>
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