You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/04/15 12:21:05 UTC

DO NOT REPLY [Bug 49555] Custom Taglibs should support all parameters

https://issues.apache.org/bugzilla/show_bug.cgi?id=49555

--- Comment #6 from Rowan Seymour <ro...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org