Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Component/s: XWiki Enterprise Documents
-
Labels:None
-
keywords:patch
-
Similar issues:
Description
The space parameter in the URL Main.WebRss allows the generation of a RSS feed for documents in a certain space.
Since the $request variable is overriden, the value for $request.space cannot be retrieved and the feed description will display null for the space value.
Steps to reproduce:
- go to http://localhost:8080/xwiki/bin/view/Main/WebRss?xpage=plain&outputSyntax=plain&space=Blog
- the feed description will be: RSS feed for document changes on space "null"