GenericFacesPortlet.doDispatch() has bad mode equality check
------------------------------------------------------------
Key: PORTLETBRIDGE-85
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-85
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: Impl
Affects Versions: 2.0.0-alpha, 1.0.0-beta
Reporter: Michael Freedman
Assignee: Michael Freedman
GenericFacesPortlet.doDispatch() has bad mode equality check. It checks for
equality by mode == PortletMode.EDIT when it should be
mode.equals(PortletMode.EDIT).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.