You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Freedman (JIRA)" <de...@myfaces.apache.org> on 2007/11/21 22:19:43 UTC

[jira] Updated: (PORTLETBRIDGE-3) Bad init param causes infinite loop

     [ https://issues.apache.org/jira/browse/PORTLETBRIDGE-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Freedman updated PORTLETBRIDGE-3:
-----------------------------------------

    Status: Patch Available  (was: Open)

> 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
>             Fix For: 1.0.0-SNAPSHOT
>
>
> 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.