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

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


    from aad9939  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63932 ETag 
& gzip
     new 23b7362  Refactor to reduce code volume and to allow for other method 
tests
     new dd818eb  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63939 same 
origin
     new caf2795  Update changelog

The 3 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/filters/CorsFilter.java   |  33 +----
 java/org/apache/tomcat/util/http/RequestUtil.java  |  51 +++++++
 .../apache/tomcat/util/http/TestRequestUtil.java   | 162 ---------------------
 .../tomcat/util/http/TestRequestUtilNormalize.java |  77 ++++++++++
 .../util/http/TestRequestUtilSameOrigin.java       | 113 ++++++++++++++
 webapps/docs/changelog.xml                         |  20 ++-
 6 files changed, 258 insertions(+), 198 deletions(-)
 delete mode 100644 test/org/apache/tomcat/util/http/TestRequestUtil.java
 create mode 100644 
test/org/apache/tomcat/util/http/TestRequestUtilNormalize.java
 create mode 100644 
test/org/apache/tomcat/util/http/TestRequestUtilSameOrigin.java


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

Reply via email to