Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.0-RC1
-
Fix Version/s: 1.7.0-RC2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
asking for an extension with a custom spring ApplicationContext returns the cached value from the internal ApplicationContext
GeoServerExtensions.extensions(Class, ApplicationContext) does not look into the argument app context if its not the same than the internal static one. Also, if passing a custom app context the extensions found on it shouldn't be stored in the static cache.