Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.9
-
None
-
Unknown
-
Description
We're setting up the component manager in Utils.setComponentManager. This is done from Utils.prepareContetx but there are some edge cases when it can happen that a request arrive in the system and prepareContext has not been called.
Change this to call Utils.setComponentManager in the servlet context listener so that it's initialized before any request comes in.