Actions
Defect #6870
closed
Atom Feed does not take into account the https settings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Feeds
Target version:
-
Start date:
2010-11-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hi,
HTTPS protocol is selected in Administration / Settings area but ATOM generated feeds (Activity, Issues) contain HTTP URL instead of the HTTPS one.
See below an example:
...
<generator uri="http://www.redmine.org/">
Redmine </generator>
<entry>
<title>Revision 1519: imports Maven POM definition for Web Application projects. </title>
<link href="http://domain.tld/projects/ts/repository/revisions/1519" rel="alternate"/>
<id>http://domain.tld/projects/ts/repository/revisions/1519</id>
...
Cheers,
Alexandre
Actions