Bug 61597 - StandardJarScanner does not scan module path
Summary: StandardJarScanner does not scan module path
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-09 12:36 UTC by Mark Thomas
Modified: 2017-10-11 19:36 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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