Bug 62559 - Add "jaxb-*.jar" to tomcat.util.scan.StandardJarScanFilter.jarsToSkip
Summary: Add "jaxb-*.jar" to tomcat.util.scan.StandardJarScanFilter.jarsToSkip
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 8.5.x-trunk
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-21 19:15 UTC by Michael Osipov
Modified: 2018-08-06 19:39 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2018-07-21 19:15:11 UTC
Unfortunately, Glassfish JAXB JARs contain "Class-Path" manifest entries. They shall be excluded to have JAXB RI JARs available once per VM via common loader for all apps.
Comment 1 Mark Thomas 2018-08-06 19:39:16 UTC
Fixed in:
- 9.0.x for 9.0.11 onwards
- 8.5.x for 8.5.33 onwards
- 7.0.x for 7.0.91 onwards