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

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


    from ca2be3c  Fix case inconsistency
     new 638e606  Refactor to reduce code volume and to allow for other method 
tests
     new cb70be5  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63939 same 
origin

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/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 ++++++++++++++
 5 files changed, 243 insertions(+), 193 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