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

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


    from 6e25e58  Improve Graal doc again
     new 4a8ad6d  Refactor to reduce code volume and to allow for other method 
tests
     new afe4085  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to