Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.5
-
Unknown
-
N/A
-
N/A
-
Description
Lucene's search results can be exported as RSS, like on xwiki.org:
http://www.xwiki.org/xwiki/bin/view/Main/Search?xpage=plain&text=fail
It looks like valid RSS code but in fact sarts with <pre> followed by html-escaped tags.
So you see:
<?xml version="1.0" encoding="ISO-8859-1"?>
But it actually is:
<pre><?xml version="1.0" encoding="ISO-8859-1"?>
Attachments
Issue Links
- is related to
-
XWIKI-8447 Search RSS Feed downloads file on Firefox
- Closed