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 d33cce6  Ensure request URIs start with /
     new 7095d1b  Add option to reject "suspicious" URIs
     new fee1f45  Add tests cases for URI canonicalization from the Servlet spec

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/connector/Connector.java  |  13 ++
 .../apache/catalina/connector/CoyoteAdapter.java   |  91 ++++++++
 .../TestCoyoteAdapterCanonicalization.java         | 235 +++++++++++++++++++++
 .../apache/catalina/startup/SimpleHttpClient.java  |  17 +-
 webapps/docs/changelog.xml                         |   7 +-
 webapps/docs/config/http.xml                       |   6 +
 6 files changed, 363 insertions(+), 6 deletions(-)
 create mode 100644 
test/org/apache/catalina/connector/TestCoyoteAdapterCanonicalization.java

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

Reply via email to