Changes RSS feed links do not work in all use cases
---------------------------------------------------
Key: FOR-1037
URL: https://issues.apache.org/jira/browse/FOR-1037
Project: Forrest
Issue Type: Bug
Components: Plugin: input.projectInfo, Plugin: internal.dispatcher
Affects Versions: 0.8
Reporter: Ross Gardler
Priority: Minor
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.