-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
-
Issue Summary
When choosing advanced options, the RSS Feed Builder does not generate a valid RSS feed.
Steps to Reproduce
- Go to the RSS Feed Builder at https://YOUR_SITE.atlassian.net/wiki/dashboard/configurerssfeed.action
- Check only Pages in the Type of Content;
- Select any space from the From Space(s)
- Click on the Advanced Options button;
- Add a custom Feed Name;
- Add any label to With these labels
- Select any space from the Exclude these spaces
- Select Modified Date
- Set the Limit to to "10";
- Set the Within the last to "5";
- Check the Include Content For Pages option;
- Click on the Create RSS Feed button;
- In the next screen, copy the RSS feed link;
- Go to https://validator.w3.org/feed/ and paste the RSS feed;
- Click on the Check button;
Expected Results
The RSS Feed generated is successfully validated.
Actual Results
The https://validator.w3.org/feed/ website reports that the RSS feed is not valid and throws errors about the feed's syntax, for example:
This feed does not validate. line 2, column 0: Missing feed element: updated [help] <feed xmlns="http://www.w3.org/2005/Atom"> In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation. line 2, column 0: Missing atom:link with rel="self" [help] <feed xmlns="http://www.w3.org/2005/Atom">
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- mentioned in
-
Page Loading...