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 7a5163b  Polish (aligning with 9.0.x/7.0.x)
     new 0ae3dde  Convert TestExpireFilter to use the built-in getUrl() methods
     new 2522b5a0 Refactor response header handling in unit tests
     new 28c60f1  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           |  75 +++++++++++++-
 .../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, 296 insertions(+), 120 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