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

WebDAV default web URL doesn't include port or path #2948

Closed
cyberduck opened this issue Feb 3, 2009 · 4 comments
Closed

WebDAV default web URL doesn't include port or path #2948

cyberduck opened this issue Feb 3, 2009 · 4 comments
Assignees
Labels
bug fixed webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

608c192 created the issue

My bookmark has these attributes:

  • Host: office-mac.local
  • Port: 8080
  • Path: /dav/

The URL shown on the bookmark seems correct: http://office-mac.local:8080/dav and I can open a connection and see a listing of files. When I select a file and specify either the Info or Open Web URL options the resulting web URL is http://office-mac.local/filename, but it should be http://office-mac.local:8080/dav/filename to be valid.

I did not change the Bookmark's web URL from the "default". This auto-generated value should take into account all the bookmark's related fields (port, path, etc.) to be valid.

/Marty

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In f59632c.

@cyberduck
Copy link
Collaborator Author

d7b3fee commented

I experience this issue with FTP connections.

@cyberduck
Copy link
Collaborator Author

ca2f909 commented

Version 3.3 (7d0bc1d) still malfunction with URL.

Cyberduck shows http://domain.name./ as URL,
while avahi-browse -a -r command resolved as below.
hostname = [domain.name]
address = [IPADDR]
port = [80]
txt = ["path=/dav/"]

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:5 keizie]:

Version 3.3 (7d0bc1d) still malfunction with URL.

Cyberduck shows http://domain.name./ as URL,
while avahi-browse -a -r command resolved as below.
hostname = [domain.name]
address = [IPADDR]
port = [80]
txt = ["path=/dav/"]

Support for TXT records in Bonjour/Zeroconf services has been added in 4ad1695.

@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