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 ccd6518  Fix test fallout of BZ 63905
     new c5a962e  Convert TestExpireFilter to use the built-in getUrl() methods
     new 8423772  Refactor response header handling in unit tests
     new 53d6115  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63909

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:
 .../org/apache/catalina/filters/ExpiresFilter.java |  48 +++++++--
 test/javax/servlet/http/TestHttpServlet.java       |   7 +-
 .../apache/catalina/connector/TestResponse.java    |   4 +-
 .../apache/catalina/core/TestAsyncContextImpl.java |  19 ++--
 .../catalina/filters/TestAddCharSetFilter.java     |   4 +-
 .../apache/catalina/filters/TestExpiresFilter.java | 110 ++++++++++++++++++---
 .../apache/catalina/mapper/TestMapperWebapps.java  |  16 +--
 .../servlets/DefaultServletEncodingBaseTest.java   |   6 +-
 .../apache/catalina/startup/TomcatBaseTest.java    |  32 +++++-
 test/org/apache/coyote/TestResponse.java           |  14 ++-
 .../apache/coyote/http11/TestHttp11Processor.java  |  21 ++--
 test/org/apache/jasper/compiler/TestCompiler.java  |   6 +-
 test/org/apache/jasper/compiler/TestGenerator.java |   8 +-
 test/org/apache/jasper/compiler/TestParser.java    |  30 ++----
 .../compiler/TestParserNoStrictWhitespace.java     |   9 +-
 test/org/apache/jasper/servlet/TestTldScanner.java |   3 +-
 .../bug6nnnn/bug69303.txt}                         |  12 +--
 webapps/docs/changelog.xml                         |   6 ++
 18 files changed, 231 insertions(+), 124 deletions(-)
 copy test/{org/apache/tomcat/util/net/keystore-info.txt => 
webapp/bug6nnnn/bug69303.txt} (80%)


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

Reply via email to