// clean up the EL caches after each request
ELContextStore elStore = ELContextStore.getInstance(false);
if (elStore != null)
{
elStore.destroyELContextStore();
}
this.lifeCycle.getContextService().endContext(RequestScoped.class,
new ServletRequestEvent(this.servletContext, request));