Details
Description
On line 749 of org.apache.jetspeed.layout.impl.PortletPlacementContextImpl the following expression compares two strings using !=
foundFragment.getId() != fragment.getId()
and this returns false even though the two ids are the same, and therefore a PortletPlacementException is thrown.
Attachments
Issue Links
- is duplicated by
-
JS2-862 Cannot delete or move a portlet using RemovePortletAction
- Closed