Iridias opened a new pull request #264: fix regression: only skip jar-scanning 
completely if scanSet is empty
URL: https://github.com/apache/tomcat/pull/264
 
 
   The commit 21d08e1952d6612da9a712a173c81174958f4b8b introduced a regression 
to the behavior of jar-scanning. Since version 9.0.31 it skips all jars, if a 
wildcard is found in the skipSet - no matter the content of the scanSet!
   
   The documentation for `jarsToScan` clearly states: 
   > overrides the default jarsToSkip list above
   
   This PR restores this behavior by also respecting the "jarsToScan".

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to