Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP FP10
-
7.0.x
-
Committed
-
1
Description
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.