| Summary: | WebDAV address is hard-coded in footer | ||
|---|---|---|---|
| Product: | [Unmaintained] owncloud | Reporter: | Daniel Devine <devine> |
| Component: | general | Assignee: | Frank Karlitschek <karlitschek> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | robin |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
This patch makes OwnCloud dynamically specify the webdav protocol in the footer template.
This is the proper version of the previous patch. |
||
Created attachment 53817 [details]
This is the proper version of the previous patch.
Thanks for the patch, committed to git. |
Created attachment 53816 [details] This patch makes OwnCloud dynamically specify the webdav protocol in the footer template. Version: unspecified (using KDE 4.5.3) OS: Linux I have OwnCloud set up on a SSL only Virtual Host. Despite the fact that it is being used though SSL explicitly, an unencrypted webdav address was still appearing in the footer because it is hard-coded to use "webdav://" instead of dynamically detecting which to use. Reproducible: Always Patch is attached.