sdeleuze commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1025340076
########## modules/stuffed/tomcat-resource.json: ########## @@ -73,9 +73,13 @@ {"name":"org.apache.tomcat.websocket.server.LocalStrings"} ], "resources":[ - {"pattern":".*/mbeans-descriptors.xml$"}, - {"pattern":".*/*.properties$"}, - {"pattern":".*/*.dtd$"}, - {"pattern":".*/*.xsd$"} + {"pattern":"^org/apache/tomcat/.*mbeans-descriptors\\.xml$"}, + {"pattern":"^org/apache/catalina/.*mbeans-descriptors\\.xml$"}, + {"pattern":"^org/apache/coyote/.*mbeans-descriptors\\.xml$"}, + {"pattern":"^org/apache/catalina/.*\\.properties$"}, + {"pattern":"^jakarta/servlet/resources/.*"}, Review Comment: After a deeper look, I have chosen to remove `jakarta/servlet/resources/*` resources from the default configuration of `tomcat-embed-core`, since those optional resources weight `1.5M`! Users leveraging them will just have to configure something like `{"pattern":"^jakarta/servlet/resources/.*"}`, not that different from what people need to do for JNI or extra reflection configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org