Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.0 CE GA1
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: WCM, WCM > Asset Publisher, WCM > Util > RSS
-
Labels:
-
Environment:postgresql windows and linux
-
Similar Issues:
Description
When the asset publisher includes web content and is set to "viewInContext" then the rss feed returns zero content.
from what I see I think the getEntryURLViewInContext method in com.liferay.portlet.assetpublisher/actionRSSAction.java should be passing something othe rthan null in this call:
String viewInContextURL = assetRenderer.getURLViewInContext(
(LiferayPortletRequest)portletRequest,
(LiferayPortletResponse)portletResponse, null);
the asset publisher jsp files all pass the viewFullContentURLString instead of null.
My hunch is that journal content actually uses that string to create the viewinContextURL
I believe this is still happening in latest builds (looking at SVN).
only happens if web content is included in the asset publisher entries displayed.

Thanks Dave,
Can you test this issue on liferay 6.4 m2?
I tried but I couldn't reproduce this issue on liferay 6.4 m2 (no postgresql).
Regards