[
https://issues.apache.org/jira/browse/DELTASPIKE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946119#comment-14946119
]
Janario commented on DELTASPIKE-993:
------------------------------------
Hi,
Sorry to report missing some details.
Here are the steps:
- after enabled PlaygroundJsfModuleConfig.isInitialRedirectEnabled=false
and running with wildfly
- mvn wildfly:run -P run-wildfly-8.0.0
- In Chrome I open:
http://localhost:8080/ds/views/windowhandling/lazy/test.xhtml
It will generate a new window id and everything is working fine.
- In 'GET Link' I do a right click and 'Open link in a new tab'
It will open a new tab and print an id on screen 'DS WindowId: xxxx' (This id
isn't really real, window.name is already null)
In this new tab I click in 'GET Link' again and it shows as a null id 'DS
WindowId: null'.
> DeltaSpike with initialRedirectEnabled=false is generating dswid=null
> ---------------------------------------------------------------------
>
> Key: DELTASPIKE-993
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-993
> Project: DeltaSpike
> Issue Type: Bug
> Components: JSF-Module
> Affects Versions: 1.5.0
> Environment: Wildfly with deltaspike jsf-module in LAZY mode and
> initialRedirect disabled.
> Some link and open in a new window/tab (not coping and pasting the url)
> Reporter: Janario
> Assignee: Thomas Andraschko
> Fix For: 1.5.1
>
> Attachments: DELTASPIKE-993.patch
>
>
> I've bean using LazyWindowStrategy with
> JsfModuleConfig.isInitialRedirectEnabled=false
> But, when I open it in a new window/tab it generates dswid param with null
> value.
> The problem is that the null id is shared accross other 'open new window' and
> this may destroy my controllers on the wrong time
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)