Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8
-
None
Description
The Link URL provided in the changes.rss [1] feed is created in changes-to-rss.xsl using the variable changes-url, this is configured using:
<xsl:variable name="changes-url" select="concat(../skinconfig/project-url, 'changes.html')"/>
If using the Dispatcher there is no skinconfig and therefore no value is set for changes-url.
The same problem occurs in the Forrest website, even though it does not use the dispatcher.
[1] http://forrest.apache.org/docs_0_90/changes.rss
<xsl:variable name="changes-url" select="concat(../skinconfig/project-url, 'changes.html')"/>
If using the Dispatcher there is no skinconfig and therefore no value is set for changes-url.
The same problem occurs in the Forrest website, even though it does not use the dispatcher.
[1] http://forrest.apache.org/docs_0_90/changes.rss
Attachments
Attachments
Issue Links
- duplicates
-
FOR-978 RSS should use url instead of relative path (Problem with site such as Netvibes)
- Closed