-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP GA1, 7.0.X, Master
-
Fix Version/s: 7.0.0 DXP FP47, 7.0.0 DXP SP8, 7.0.X, 7.1.0 Beta 1, 7.1.X, Master
-
Component/s: Social Activity
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Git Pull Request:
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
- is caused by
-
LPS-49191 As a developer I would like the Activities portlet available as an OSGI module
-
- Closed
-