Yeah I did. No worries.. That's why they pay me the.. uh..
nevermind... :)
Michael Freedman (JIRA) wrote:
[ https://issues.apache.org/jira/browse/PORTLETBRIDGE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545949 ]
Michael Freedman commented on PORTLETBRIDGE-3:
----------------------------------------------
Scott. Good catch. I must have been thinking that the delegation/cast was in
an else clause -- brain lock I guess. I presume you fixed this before applying
the patch, right?
Bad init param causes infinite loop
-----------------------------------
Key: PORTLETBRIDGE-3
URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-3
Project: MyFaces Portlet Bridge
Issue Type: Bug
Components: API
Affects Versions: 1.0.0-SNAPSHOT
Reporter: Stan Silvert
Assignee: Scott O'Bryan
Fix For: 1.0.0-SNAPSHOT
Attachments: bridge_patch_1121.patch
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.