-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X
-
Fix Version/s: 7.0.0 DXP FP89, 7.0.10.13 DXP SP13, 7.0.X, 7.1.10 DXP FP15, 7.1.X, 7.2.10 DXP FP2, 7.2.10.1 DXP SP1, 7.2.X, Master
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Deploy Liferay DXP 7.0 (fix pack de-30 or more recent) on Websphere following the documented instructions;
- or, alternatively, if you prefer to reproduce this on Tomcat, you need to use a non-empty value for <display-name> on web.xml. Websphere adds a display-name when deploying Liferay
- Deploy the attached hook liferay-hook.war
.
Expected result
The sample filter will be deployed and the init method of the custom filter will print a stack trace on the logs. Also, subsequent requests will also print a stack trace in the logs from the method doFilter of the custom filter.
Actual result
The sample filter war will be deployed but the custom filter won't be added to the filter list.
Additional notes
This is caused by LPS-74219.
- is caused by
-
LPS-74219 Filters with a blank servlet-context-name do not get registered when running Liferay on Websphere
- Closed