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)

60 Branch
enhancement

Tracking

()

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
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
Priority: -- → P3
Whiteboard: [necko-triaged]
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
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.