Bug 62986 - Enable to override ContextConfig.webConfig class scanning
Summary: Enable to override ContextConfig.webConfig class scanning
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 9
Classification: Unclassified
Component: Catalina (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: -----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-06 13:43 UTC by romain.manni-bucau
Modified: 2018-12-06 15:18 UTC (History)
0 users



Attachments
Diff proposal (3.76 KB, patch)
2018-12-06 13:44 UTC, romain.manni-bucau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description romain.manni-bucau 2018-12-06 13:43:53 UTC
ContextConfig class processing uses not accessible classes (package scope) which prevents to override cleanly the scanning. Would be neat to enable vendors to do that.
Comment 1 romain.manni-bucau 2018-12-06 13:44:12 UTC
Created attachment 36297 [details]
Diff proposal
Comment 2 Mark Thomas 2018-12-06 15:18:45 UTC
Thanks for the patch. Looks like a reasonable request to me.

Fixed in:
- trunk for 9.0.14 onwards
- 8.5.x for 8.5.36 onwards
- 7.0.x for 7.0.93 onwards