Bug 61597

Summary: StandardJarScanner does not scan module path
Product: Tomcat 9 Reporter: Mark Thomas <markt>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: -----   
Hardware: All   
OS: All   

Description Mark Thomas 2017-10-09 12:36:09 UTC
There is a TODO in the code for this.

Scanning the module path requires a a handful of Java 9 specific calls. It may be cleaner to handle this with a multi-release JAR than by extending JreCompat.

(Actually, all of the Jre9Compat code could move to multi-release JARs.)
Comment 1 Mark Thomas 2017-10-11 16:09:46 UTC
Fixed in:
- trunk for 9.0.2 onwards
- 8.5.x for 8.5.24 onwards
- 8.0.x for 8.0.48 onwards
- 7.0.x for 7.0.83 onwards