[Cyberduck-trac] [Cyberduck] #10482: Interoperability with OpenLink Virtuoso

Cyberduck trac at cyberduck.io
Wed Oct 3 17:42:16 UTC 2018


#10482: Interoperability with OpenLink Virtuoso
----------------------------+----------------------
 Reporter:  TallTed         |         Owner:
     Type:  defect          |        Status:  new
 Priority:  high            |     Milestone:
Component:  webdav          |       Version:  6.8.0
 Severity:  major           |    Resolution:
 Keywords:                  |  Architecture:  Intel
 Platform:  Mac OS X 10.10  |
----------------------------+----------------------

Comment (by yla):

 In the meantime I did some testing with the open source version 7.2. I was
 unable to replicate the issue with directory listing. The XML from the
 curl request you've posted looks fine but the content length is not the
 same as the original response above (1169 vs. 19167). It looks like you
 have emptied the folder. I would need a multistatus response that
 Cyberduck is unable to process.
 Aside from that there seem to be a server side issue when using
 `PROPPATCH` to set custom properties after an upload. The response is
 missing the `href` element which leads to an error message in Cyberduck.
 According to the spec this element is mandatory.

 {{{
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <multistatus xmlns="DAV:">
     <response>
         <propstat>
             <prop>
                 <n2:lastmodified_server
                     xmlns:n2="SAR:"/>
             </prop>
             <status>HTTP/1.1 200 OK</status>
         </propstat>
         <propstat>
             <prop>
                 <n2:lastmodified xmlns:n2="SAR:"/>
             </prop>
             <status>HTTP/1.1 200 OK</status>
         </propstat>
     </response>
 </multistatus>
 }}}

--
Ticket URL: <https://trac.cyberduck.io/ticket/10482#comment:6>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list