Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
d3a6d4bcce
commit
2426b34a51
|
@ -52,6 +52,8 @@ public class ELContextCleaner implements ServletContextListener
|
|||
//Get a reference via reflection to the properties field which is holding class references
|
||||
Field field = getField(beanELResolver);
|
||||
|
||||
field.setAccessible(true);
|
||||
|
||||
//Get rid of references
|
||||
purgeEntries(field);
|
||||
|
||||
|
|
Loading…
Reference in New Issue