-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 DXP FP10
-
Fix Version/s: 7.0.0 DXP FP11, 7.0.0 DXP SP2, 7.0.3 CE GA4, Master
-
Component/s: Core Infrastructure > MVC Portlet
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Git Pull Request:
The MVCPortlet is using the method getPortletName() from GenericPortlet in order to define the filter for the MVCCommandCache(s). However, this name is post processed by the portlet container and does not necessarily reflect what you expect the value of javax.portlet.name to be.
To address the problem and also to support backward compatibility the solution is to use an OR on both values, the result of getPortletName() and the real portletId.