Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: --Sprint 11/12, 6.2.0 CE M2
-
Component/s: WCM, WCM > Asset Publisher
-
Labels:
-
Environment:Linux CentOS 5; Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
-
Similar Issues:
Description
I am using Liferay checkout from trunk on the 13th of November. When I Enable RSS Subscription, the feed button is available as expected and the feed is read correctly by mac safari browser. However, the feed generated is not accepted by Facebook as external source because of format problem. When tested for validation using www.feedvalidator.com, the error report is that the id for the entries are not valid ("id must be a full and valid URL"). The problem is that the id automatically generated for each entry in the feed does not have the full URL. E.g.
instead of generating
"<id>http://www.mydomain.com/web/guest/news/-/asset_publisher/4bZL/content/id/18916</id>"
what is generated is
"<id>/web/guest/university-news/-/asset_publisher/4bZL/content/id/18951</id>"
This is not accept by some feed readers.

Pius,
Can you check if it's still an issue with Liferay 6.1 CE GA1?