cancel
Showing results for 
Search instead for 
Did you mean: 

RSS feeds from Document Library - false URLs for child items

rays
Confirmed Champ
Confirmed Champ
Testing Version :Labs - v3.0.0 (Stable 1526), we find that the RSS feed links created for child items in the Document Library are not given correct URL. Example:

Link from RSS Feed button inside Document Library (on site test2rss):
"http://our.alfresco.net:8080/share/proxy/alfresco-feed/slingshot/doclib/doclist/documents/site/test2..."

opens the RSS Page listing the documents inside. But each has a URL of this form
"http://localhost:8080/share/proxy/alfresco-feed/api/node/content/workspace/SpacesStore/e0027844-227f-47b0-9911-4154000f8824/SampleDocument.odt"

By contrast, the similar sequence of steps from Blog on the same site gives:
"http://our.alfresco.net:8080/share/feedservice/components/blog/rss?site=test2rss&container=blog"

with child items correctly on that listing page:
"http://our.alfresco.net:8080/share/page/site/test2rss/blog-postview?container=blog&postId=post-1233324981813_828"

Any ideas how we might go about fixing this?

Thanks, in advance.
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Yes, sorry - it's a known issue. The fix is to replace the instances of "localhost" in the Share config to your FQDN so the Repository is seeing the same URL.

Have a look here for the files you'd need to update: http://wiki.alfresco.com/wiki/Changing_Default_Port_Configuration

Thanks,
Mike

rays
Confirmed Champ
Confirmed Champ
Thanks, Mike, for your quick response.

Is there a location (in the Alfresco wiki, for example?) where we can see a list in one place of all the "known issues" and their solutions for the current stable release?

mikeh
Star Contributor
Star Contributor
All our bugs, development tasks and enhancement requests are filed in JIRA.

That particular one is: https://issues.alfresco.com/jira/browse/ALFCOM-2475

Thanks,
Mike