biya-bi opened a new pull request #268: Improve Catalina class loader 
repositories regular expression
URL: https://github.com/apache/tomcat/pull/268
 
 
   The goal of this enhancement is to improve the regular expression used
   for searching class loader repositories when bootstrapping Catalina.
   
   With the Java regular expression engine which is regex-directed, we
   gain in performance by using the negated character class [^\"]* rather
   than the lazy quantifier .*? in the regular expression used for
   searching class loader repositories when bootstrapping Catalina.

----------------------------------------------------------------
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