https://issues.apache.org/bugzilla/show_bug.cgi?id=57274
--- Comment #5 from Mark Thomas <ma...@apache.org> --- (In reply to Phillip from comment #4) > Mark, what do you mean by "delay the transformation until the the class is > declared"? Does this mean moving the transformation code from > WebAppClassLoader to after it has retrieved the cache from resourceEntries, > but prior to actually loading the class itself (like via a Class.forName())? Yes. Basically delay the transformation until just before we call defineClass(). -- 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