You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2019/03/06 00:55:50 UTC

[GitHub] [tomcat] philwebb opened a new pull request #142: Defer creation of encodingToCharsetCache

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:
users@infra.apache.org


With regards,
Apache Git Services

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