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/04/27 21:22:48 UTC

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

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

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Notes:
- The web application class loader will ignore any Class-Path entries in a
manifest.
- Any class loader above that (common, server, shared, etc.) will process
Class-Path entries for any JAR on the class path.
- The proposed patch requires JARs referenced by the Class-Path header must
contain a manifest in order to be scanned. A solution without this limitation
is preferred.

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