| Summary: | Installer shoud register protocols vnd.sun.star.webdav and vnd.sun.star.webdavs | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | FeelAirSlow <pherlant> |
| Component: | Installation | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | enhancement | CC: | fitojb, giuseppe.castagno, ilmari.lauhakangas, marina.latini, vsfoote |
| Priority: | medium | ||
| Version: | 5.1.1.3 release | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=65261 https://bugs.documentfoundation.org/show_bug.cgi?id=103644 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113117 | ||
| Attachments: | Reg file to declare protocols for Windows | ||
Ok, I guess I'll set to NEW. vnd.sun.star.webdav (vnd.sun.star.webdavs) are *internal* schemes, not intended for use outside of LO process. Normal WebDAV URLs are simple HTTP(S) URLs. We should not register such URLs anywhere. |
Created attachment 123839 [details] Reg file to declare protocols for Windows Custom URL protocols "vnd.sun.star.webdav" and "vnd.sun.star.webdavs" works well with the command line (with url like "vnd.sun.star.webdav://mywebdavserver/myfile.odt" for instance). But as these protocols are not registered by default in Windows, when I click an hyperlink with this url in an html page, nothing happens. So I use the attached Windows reg file to declare that these protocols are handled by LibreOffice. But it would be easier if it could be done automatically during the installation process.