]
Ingo Weiss updated WFLY-10746:
------------------------------
Git Pull Request:
NullPointerException in ELFlash.get
-----------------------------------
Key: WFLY-10746
URL:
https://issues.jboss.org/browse/WFLY-10746
Project: WildFly
Issue Type: Bug
Components: JSF
Environment: Red Hat JBoss Enterprise Application Platform 7.1.0
Reporter: Bartosz Spyrko
Assignee: Bartosz Spyrko
Priority: Major
Fix For: 14.0.0.Final
The following NPE happenes when calling ELFlash.get in EAP 7.1.0.
~~~
java.lang.NullPointerException
at com.sun.faces.context.flash.ELFlash.get(ELFlash.java:412)
~~~
The same issue was reported in:
Fixes
https://java.net/jira/browse/JAVASERVERFACES-3621, All Flash operations cause NPE
with distributable webapp and no session