https://bz.apache.org/bugzilla/show_bug.cgi?id=57773
--- Comment #9 from Woonsan Ko <woon...@apache.org> --- (In reply to Mark Thomas from comment #7) > There is no easy way to configure this since the problematic code is in a > specification defined class and we can not change the API. > > It might be possible to (ab)use the ELContext.putContext() method to set > some special value but even then we'd have to make sure every ELContext > created had the special value set on it. Maybe we can introduce a servlet context event listener which can be enabled in conf/web.xml like JspServlet. The listener may retrieve javax.servlet.jsp.JspApplicationContext (JspFactory.getDefaultFactory().getJspApplicationContext(servletContext)) and can probably register an ELContextListener. Then we will probably have a chance to put some special value on every ELContext. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org