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 2016/05/03 10:44:00 UTC

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

https://bz.apache.org/bugzilla/show_bug.cgi?id=59226

--- Comment #8 from Mark Thomas <ma...@apache.org> ---
Update.

I've spent a fair amount of time looking at the proposed patch to see if there
is a way to avoid processing a JAR once to look at the class path and again to
scan it. I think it is possible but it is going to need some refactoring.

Regarding the proposed patch, it doesn't handle all of the cases that the Jar
Scanner does (packed WARs, exploded JARs, etc.) which is why I'd prefer to do
this in a single scan.

Reviewing the code has also uncovered some minor bugs that need to be fixed.

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