-
Bug
-
Resolution: Fixed
-
Low
-
1.4.4
-
None
I have RSS feeds set up for new pages, updated pages, and new comments. For the first 2, it works correctly, but for new comments, the title is always "Comment Added for <SPACE>:Home" (where <SPACE> is the name of the space), even though the comment was added to some other page (not Home) within that space. I have seen this consistently, i.e., all RSS items for added comments say Home instead of the actual page name. Interestingly, the link is correct, so when I click on the link for these items it takes me to the correct comment on the correct page (where the comment was actually added).
Here's the source of the RSS item:
<html>
<head>
<style type="text/css">
body
td,form
{font-family:Verdana,Sans-serif; font-size:10pt;}A
A.black
A:hover, A:active
{text-decoration: underline;} </style>
<base href="http://myserver/confluence/display/FOO">
</head>
<body>
<table width="100%" bgcolor="#cccccc" cellpadding="0" cellspacing="0" border="0">
<tr><td>
<a href="http://myserver/confluence/display/FOO" class="black"><b>Feed: </b>Foo - Comments</a><br/>
<a href="http://myserver/confluence/display/FOO/My+Page?showComments=true#comment-9110" class="black"><b>Title: </b>Comment Added for FOO:Home</a>
</td><td align="right">
</td></tr>
<tr bgcolor="#666666" height="1"><td colspan="2"></td></tr>
</table>
<table width="100%" cellpadding="2" cellspacing="2" border="0"><tr><td>
<p>Page contents.</p>
</td></tr></table>
</body>
</html>
Form Name |
---|