Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Raymond AugéRaymond AugéReporter
Tobias KaeferTobias KaeferBranch Version/s
6.0.x5.2.xBackported to Branch
CommittedComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Raymond Augé
Raymond AugéReporter
Tobias Kaefer
Tobias KaeferBranch Version/s
6.0.x
5.2.x
Backported to Branch
Committed
Components
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created August 26, 2010 at 8:31 PM
Updated June 24, 2023 at 9:50 AM
Resolved February 17, 2011 at 5:33 PM
Before Liferay 5.2.x you could access Message Board feeds from a private page without authentication. Since 5.2.x you must authenticate for accessing such a feed.
Instead of using HTTP (Basic) Authentication, xou must use the form-based auth.
That is very annoying, because common feed readers only know to authenticate by using HTTP Authentication. And the is a property in portal.properties where you can set the non auth paths "auth.public.paths". If this property is there and "/message_boards/rss" in included in this property, there should be no authentication required for feeds.
So what is the point? Either the entries in "auth.public.paths" are respected with no exceptions, or feeds should be accessible by using HTTP (Basic) Authentication, if a feed is from a Message Board in a private community.