Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1004 closed defect (fixed)

XML feed contents incorrect

Reported by: p.schregle@… 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)

Change History (2)

comment:1 by utopiste, 19 years ago

Owner: changed from Jonas Borgström to utopiste
Status: newassigned

work around : [1092]

i have reproduce the issue on my local trac installation, will correct it this weekend

comment:2 by utopiste, 19 years ago

Resolution: fixed
Status: assignedclosed

fixed in [1187]

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain utopiste.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from utopiste to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.