Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.0, 1.1.1, 1.1.2, 1.1.3
-
None
Description
The PortletRequestImpl class uses a deprecated method 'getUserInfo( PortletRequest request )' from the DefaultUserInfoService class. The attached patch amends the PortletRequestImpl to use the newer 'getUserInfo(PortletRequest request, PortletWindow window)' method.