Hi,
Tomee 1.6.0 with MyFaces 2.1, DeltaSpike 0.6, omnifaces 1.7, PrimeFaces 4.0.10.
Leaving the default client window render mode (LAZY), I have following problems:
1. Basic authentication, configured in web.xml, stops working. That is,
browser does not show login dialog but gets 403 http code instead (as if user
canceled login dialog).
2. JSF page with <f:event type="preRenderView" listener="#{…}" /> gets
listener called twice.
All this is happening if request does not have windowId (or has old/wrong
windowId).
Is it related to DELTASPIKE-573
(https://issues.apache.org/jira/browse/DELTASPIKE-573)? Does the fix provided
handle preRenderView too?
Cheers,
Donatas