Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP GA1, 7.0.X, Master
-
7.0.x
-
Committed
-
1
-
3
-
Regression Bug
Description
RSS Activities portlet feed in private pages does not work with Basic Auth
Root cause of the issue
The rss url is generated without friendly url, so it doesn't match with the url-regex-pattern of "Secure RSS Filter" in liferay-web.xml
Steps to reproduce - Basic Auth:
- Create a private page
- Add a Social activities portlet
- Copy the RSS link and open a new unauthenticated browser window (for example: change from chrome to firefox or open a private window)
- Expected behavior: A basic auth dialog is displayed
- Wrong behavior: The standard login form is displayed
- Expected behavior: A basic auth dialog is displayed
Steps to reproduce - Digest Auth:
- Edit $LIFERAY_HOME/tomcat-x.x.x/webapps/ROOT/WEB-INF/liferay-web.xml
- Go to <filter-name>Secure RSS Filter</filter-name> line and change basic_auth to digest_auth:
<filter> <filter-name>Secure RSS Filter</filter-name> <filter-class&gt;com.liferay.portal.servlet.filters.secure.SecureFilter</filter-class&gt; <init-param> <param-name>digest_auth</param-name> <param-value>true</param-value> </init-param>
- Start Liferay server
- Create a private page
- Add a Social activities portlet
- Copy the RSS link and open a new unauthenticated browser window (for example: change from chrome to firefox or open a private window)
- Expected behavior: A digest auth dialog is displayed
- Wrong behavior: The standard login form is displayed
- Expected behavior: A digest auth dialog is displayed
Attachments
Issue Links
- is caused by
-
LPS-49191 As a developer I would like the Activities portlet available as an OSGI module
-
- Closed
-