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

When connected to webdav with a path parameter, the "http" url is generated incorrectly in "copy url" and "info" #9016

Closed
cyberduck opened this issue Sep 16, 2015 · 1 comment
Assignees
Labels
bug webdav WebDAV Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

3511dfd created the issue

When using an SSL WebDav connection with a path parameter (eg. https://server.com/webdav-path/), the generated HTTP URL's in the info section and the open URL and copy URL context menu is incorrectly generated as http://server.com/path/to/file. Instead, it should be generated as http://server.com/webdav-path/path/to/file.
Although HTTPS URL is generated correctly as https://server.com/webdav-path/path/to/file, inexperienced users may not be able to distinguish the difference and copy/click the wrong URL.

In our case, our webdav server forwards all http requests to https so it would be nice if the clients were able to share the correct links.

I have tried with the latest snapshot build(4.8) but the same issue exists.

Thanks,

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is intended as a feature. Refer to HTTP URL.

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

No branches or pull requests

2 participants