Bad init param causes infinite loop
-----------------------------------
Key: JSR301-1
URL: https://issues.apache.org/jira/browse/JSR301-1
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: General
Affects Versions: 1.0.0-SNAPSHOT
Reporter: Stan Silvert
If the default view for a portlet mode is not specified, you will get an
infinite loop.
In GenericFacesPortlet, the doDispatchInternal() method will call
super.doDispatch(request, response) if a default view is not specified in
portlet.xml. GenericPortlet.doDispatch() calls back into GenericFacesPortlet,
creating an infinite loop.
It should throw a PortletException instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.