https://issues.apache.org/bugzilla/show_bug.cgi?id=49555
--- Comment #6 from Rowan Seymour <rowanseym...@gmail.com> 2011-04-15 06:21:00 EDT --- (In reply to comment #5) > This has been fixed in 6.0.x and will be included in 6.0.30 onwards. Fix for this bug seems to have removed the ability to use EL functions in classes which are not accessible to Catalina's class loader, i.e. ELFunctionMapper now calls something like... tccl = Thread.currentThread().getContextClassLoader(); clazz = Class.forName(className, true, tccl); In our app we have custom loader that provides classes from plugins for the application. Previously these plugins were able to provide their own EL functions but that broke in 6.0.30 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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