Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.5
-
None
Description
isActive must return false if the FacesContext is null.
This is needed if e.g. a CDI Event gets fired in a servlet filter and will be @Observes by a bean. In this case the CDI container will only deliver the event to beans in active contexts.