Enabling ClientSideWindowHandler does not work with PrettyFaces (3.2.0)
-----------------------------------------------------------------------
Key: EXTCDI-126
URL: https://issues.apache.org/jira/browse/EXTCDI-126
Project: MyFaces CODI
Issue Type: Bug
Affects Versions: 0.9.2
Reporter: Matthias Weßendorf
I have a project, where I enabled the ClientSideWindowHandler (in beans.xml).
I also added a configuration bean in there:
@ApplicationScoped
@Specializes
public class ModuleConfigForClientSideWindowHandler extends JsfModuleConfig
{
private static final long serialVersionUID = 1L;
public boolean isInitialRedirectEnabled()
{
return false;
}
}
When I am starting up my application and I click on a "pretty" URL (e.g. /all)
the application hangs
commenting out the ClientSideWindowHandler in the beans.xml makes the
application working
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.