philwebb opened a new pull request #142: Defer creation of 
encodingToCharsetCache
URL: https://github.com/apache/tomcat/pull/142
 
 
   Defer creation of `encodingToCharsetCache` until absolutely necessary
   and update `B2CConverter.getCharset` to first attempt a direct lookup
   using `Charset.forName`.
   
   This change helps improve startup time and reduces the number of
   classes loaded when `B2CConverter` is only called with standard
   charsets.
   
   See https://bz.apache.org/bugzilla/show_bug.cgi?id=63235

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