Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
None
Description
The portlet Map implementations' entrySet() method currently returns a Set of values, rather than a Set on Map.Entry elements (as per the java.util.Map spec).
This was corrected in the servlet Map implementations in revision 142894 - same changes need to be applied to the portlet varieties: