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 9609c385cd Update version constant for Servlet 6.1
     new 8c182f5778 Clean-up (format). No functional change.
     new c93e9ea3f6 Context root mapping applies with or without trailing /
     new d7ddfcf9c7 Clean-up (format) - no functional change
     new 3183fd399b Refactor to reduce code duplication
     new ce8621750e Redirect no longer required for root mapping

The 5 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/mapper/Mapper.java        | 503 +++++++++------------
 .../org/apache/catalina/mapper/MapperListener.java |  95 ++--
 .../apache/catalina/mapper/WrapperMappingInfo.java |   3 +-
 .../servlet/annotation/TestServletSecurity.java    |   6 +-
 .../annotation/TestServletSecurityMappings.java    | 102 ++---
 test/org/apache/catalina/mapper/TestMapper.java    | 142 ++----
 .../apache/catalina/mapper/TestMapperListener.java |  39 +-
 .../catalina/mapper/TestMapperPerformance.java     |  12 +-
 .../apache/catalina/mapper/TestMapperWebapps.java  | 186 +++++---
 webapps/docs/changelog.xml                         |   5 +
 10 files changed, 461 insertions(+), 632 deletions(-)


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

Reply via email to