Open
Bug 1442929
Opened 8 years ago
Updated 3 years ago
Add support for RFC4709: Mounting Web Distributed Authoring and Versioning (WebDAV) Servers
Categories
(Core :: Networking, enhancement, P3)
Tracking
()
NEW
People
(Reporter: minfrin, Unassigned)
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6
Steps to reproduce:
Add support for RFC4709: Mounting Web Distributed Authoring and Versioning (WebDAV) Servers.
Right now, getting people to mount a webdav folder involves and end user following various complicated instructions to manually mount the server.
What should be possible is for the end user to click on a link, and have the process kicked off as if they clicked on Go -> Connect to Server and entered a webdav endpoint.
This will drastically reduce the administrative burden of configuring webdav drives, in an RFC compliant manner.
https://tools.ietf.org/html/rfc4709
| Reporter | ||
Comment 1•8 years ago
|
||
Bugs raised:
Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=818470&can=1&q=RFC4709
Safari: https://bugreport.apple.com/web/?problemID=38106541
Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1442929
Edge: https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/33518629-add-support-for-rfc4709-mounting-web-distributed
Comment 2•8 years ago
|
||
Hi Graham,
This sounds like an enhancement for me, I will mark it accordantly.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Component: Untriaged → Networking
Ever confirmed: true
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [necko-triaged]
| Reporter | ||
Comment 3•8 years ago
|
||
Some info from the Chrome work to implement this:
On MacOS, the command to run in response to "application/davmount+xml" is mount_webdav, as follows:
https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man8/mount_webdav.8.html
On Windows, it looks like the command to use to map the drive is https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-psdrive?view=powershell-6 - it is apparently also possible to leave off the drive letter to just make the path available.
Appears the Linux command would be based on davfs2 at http://savannah.nongnu.org/projects/davfs2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•