Modify ↓
Opened 20 years ago
Closed 20 years ago
#1004 closed defect (fixed)
XML feed contents incorrect
Reported by: | Owned by: | utopiste | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We access trac via https: and also on a nonstandard port 55555. The links to the little yellow RSS icons are generated properly, but inside the rss xml the links are incorrect as you can see in the following snippet:
<!-- RSS generated by Trac v0.8 on 29.11.2004 08:50:50 --> - <rss version="2.0"> - <channel> <title>mvIMPACT: Timeline</title> - <link> http://impulsgmbh.dyndns.org:55555:55555/cgi-bin/mvitrac.cgi/timeline </link> ...
Here you can see that http: is used instead of https: and the port is listed twice.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
work around : [1092]
i have reproduce the issue on my local trac installation, will correct it this weekend