Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
we currently trigger the creation of a new session in WebBeansConfigurationListener#requestInitialized.
This leads to unnecessarily creating tons of SessionContexts if a static resource like an image gets requested.
We should seek a way to either configurably exclude paths from this mechanism or to only create the SessionContext if a SessionContext gets requested inside the BeanManager