Bug 258144 - WebDAV address is hard-coded in footer
Summary: WebDAV address is hard-coded in footer
Status: RESOLVED FIXED
Alias: None
Product: owncloud
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Frank Karlitschek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 09:02 UTC by Daniel Devine
Modified: 2011-06-17 13:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
This patch makes OwnCloud dynamically specify the webdav protocol in the footer template. (833 bytes, patch)
2010-11-28 09:02 UTC, Daniel Devine
Details
This is the proper version of the previous patch. (849 bytes, patch)
2010-11-28 09:20 UTC, Daniel Devine
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Devine 2010-11-28 09:02:31 UTC
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.
Comment 1 Daniel Devine 2010-11-28 09:20:22 UTC
Created attachment 53817 [details]
This is the proper version of the previous patch.
Comment 2 Robin Appelman 2010-12-04 13:52:22 UTC
Thanks for the patch, committed to git.