-
Bug
-
Resolution: Done
-
Minor
-
3.0.6.Final
-
None
In a Netty server, there is no ServletContext. As a result, when trying to get a reference to CDI's BeanManager via ServletContext, we end up with a NullPointerException.
Need to modify the check to include a null check on ServletContext.