Konstantin Kolinko <knst.koli...@gmail.com> wrote: >2013/9/13 Mark Thomas <ma...@apache.org>: >> I started to look at Bug 52489 [1] which is requesting code signing >> support for WARs. I decided to work with an unpacked version of the >> examples application. During testing, I noticed that WEB-INF/classes >and >> WEB-INF/lib were always being unpacked to the work directory. >> > >I have not verified it, but my guess was that that trick was needed to >provide classpath to java compiler in Jasper, be it Eclipse compiler >or Sun's javac. > >Have you tested that those still work?
It was testing this that highlighted the issues with WebResources and packed WARs. The issue was that TLDs weren't found in a packed WAR (irrespective of this change). The Eclipse compiler seems fine with this change. I haven't checked javac yet. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org