sdeleuze commented on code in PR #569: URL: https://github.com/apache/tomcat/pull/569#discussion_r1025160017
########## 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: Interesting, let me have another look to see if this should be shipped by default or not. -- 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