Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interoperability with Apache Sling #10598

Closed
cyberduck opened this issue Feb 6, 2019 · 9 comments
Closed

Interoperability with Apache Sling #10598

cyberduck opened this issue Feb 6, 2019 · 9 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

4dbfe6a created the issue

Hi, some of our customers use Cyberduck to mount a WebDav server that we sell and this has been working for many years.

For some reason, since version 6.8.2 the mounting of the WebDav has failed. Has any changes been made in this area please? I cannot see any specific reference in your change log and dont want to tell our customers to use Transmit as this is still working!

Happy to fix our end, just not sure why it is failing

HEAD /sling/content/images/ HTTP/1.1
Host: shearings.aouk.co.uk:8089
Connection: Keep-Alive
User-Agent: Cyberduck/6.9.0.29768 (Mac OS X/10.14.2) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: ********
HTTP/1.1 403 
Content-Type: text/html;charset=UTF-8
Transfer-Encoding: chunked
Date: Wed, 06 Feb 2019 11:34:12 GMT
PROPFIND /sling/content/images/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 281
Host: shearings.aouk.co.uk:8089
Connection: Keep-Alive
User-Agent: Cyberduck/6.9.0.29768 (Mac OS X/10.14.2) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: ********
HTTP/1.1 207 
X-Content-Type-Options: nosniff
Content-Type: text/xml;charset=UTF-8
Content-Length: 8104
Date: Wed, 06 Feb 2019 11:34:12 GMT


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you please attach the actual error message displayed.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

This might be a regression as we implemented a few performance tweaks. Additional to the error message we need, do you know what kind of WebDAV server you are using?

@cyberduck
Copy link
Collaborator Author

4dbfe6a commented

We are using Sling with its own webdav implementation based on
https://tools.ietf.org/html/rfc2518

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you find any related output in the system.log (/Applications/Utilities/Console.app)?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Is there any error message displayed upon the connect attempt?

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

The output from the following command (replace username/password) would be very helpful to find the issue:

curl -H "Depth: 1" -X PROPFIND --data '<propfind xmlns="DAV:"><prop><creationdate/><displayname/><getcontentlength/><getcontenttype/><getetag/><getlastmodified/><resourcetype/><s:lastmodified xmlns:s="SAR:"/><s:lastmodified_server xmlns:s="SAR:"/></prop></propfind>' -u USERNAME:PASSWORD http://shearings.aouk.co.uk:8089/sling/content/images/

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone closed

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In b6dbf9d.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone deleted

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants