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

prepend webdav path with "/" #2065

Closed
cyberduck opened this issue May 15, 2008 · 1 comment
Closed

prepend webdav path with "/" #2065

cyberduck opened this issue May 15, 2008 · 1 comment
Assignees
Labels
enhancement fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

510e517 created the issue

Great client - one minor suggestion:

With the webdav configuration, you should test the value of the "Path" option, and if not already starting with a "/", cyberduck should automatically add prepend it.

If I don't start my value for path with "/", cyberduck sends:

"PROPFIND path HTTP/1.1"

which returns an error, instead of:

"PROPFIND /path HTTP/1.1"

It's easy enough to document for our end users, but automatically prepending the "/" is an easy end user mistake to prevent.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 69a8c2c.

@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
enhancement fixed webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants