This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 4853583722 Create HttpParser earlier
     new 93c12d4add Remove unused code
     new 3b16fb8c14 Cache class loader non-found resources

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/org/apache/catalina/core/StandardContext.java |  13 ++
 .../catalina/loader/WebappClassLoaderBase.java     | 184 ++++++++++-----------
 .../util/collections/ConcurrentLruCache.java       | 119 +++++++++++++
 .../util/collections/TestConcurrentLruCache.java   |  96 +++++++++++
 webapps/docs/config/context.xml                    |  11 ++
 5 files changed, 327 insertions(+), 96 deletions(-)
 create mode 100644 
java/org/apache/tomcat/util/collections/ConcurrentLruCache.java
 create mode 100644 
test/org/apache/tomcat/util/collections/TestConcurrentLruCache.java


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

Reply via email to