[
https://issues.apache.org/jira/browse/EXTCDI-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983147#action_12983147
]
Jakob Korherr commented on EXTCDI-126:
--------------------------------------
This has maybe something to do with the ClientSideWindowHandler only accepting
windowId cookies which refer to the current view-id. Since pretty faces changes
the URL, the windowhandler maybe does not accept its own cookie(s).
> 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
> Attachments: EXTCDI-126.zip
>
>
> 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.