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

--- Comment #6 from Konstantin Kolinko <knst.koli...@gmail.com> ---
> request the resource as a URI

classLoader.getResource(packageName)

I suspect that it can break compilation for JARs that contain only files and do
not have zip entries for directories. I mean, it will return null, a false
negative. (It needs testing though whether my suspicion is true).


BTW,
the strings arithmetics in org.apache.jasper.compiler.JDTCompiler$(new
INameEnvironment).isPackage(char[][],char[]) is awful.

It uses += concatenating strings in a loop.

-- 
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

Reply via email to