[tomcat8] branch master updated (4e00f55 -> 1113854)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Oct 12 22:02:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository tomcat8.

      from  4e00f55   Upload to unstable
      adds  738fa61   New upstream version 8.5.23
       new  5d461ac   Updated version 8.5.23 from 'upstream/8.5.23'
       new  a192124   New upstream release (8.5.23)
       new  8f4eff9   Standards-Version updated to 4.1.1
       new  1113854   Upload to unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.properties.default                           |   2 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 .../servlet/http/HttpServletResponseWrapper.java   |   8 +-
 java/org/apache/catalina/core/StandardContext.java |   6 +-
 .../catalina/manager/LocalStrings_es.properties    |   2 +-
 .../apache/catalina/servlets/DefaultServlet.java   |  14 -
 .../webresources/AbstractFileResourceSet.java      | 143 +++++++---
 .../catalina/webresources/DirResourceSet.java      |   6 +
 .../catalina/webresources/ExtractingRoot.java      | 106 +++++++
 .../catalina/webresources/LocalStrings.properties  |   3 +
 .../apache/catalina/webresources/StandardRoot.java |   7 +-
 .../coyote/http11/AbstractHttp11Protocol.java      |  50 +++-
 .../apache/coyote/http11/Http11InputBuffer.java    |  21 +-
 java/org/apache/coyote/http11/Http11Processor.java |  92 ++++--
 .../apache/coyote/http11/LocalStrings.properties   |   2 +
 java/org/apache/juli/ClassLoaderLogManager.java    |  16 +-
 .../org/apache/tomcat/util/compat/JrePlatform.java |  59 ++++
 java/org/apache/tomcat/util/digester/Digester.java |  17 +-
 .../org/apache/tomcat/util/http/ServerCookies.java |   2 +-
 java/org/apache/tomcat/util/net/jsse/JSSEUtil.java |   8 +-
 .../apache/tomcat/jdbc/pool/ProxyConnection.java   |   2 +-
 res/maven/mvn.properties.default                   |   2 +-
 res/rat/rat-excludes.txt                           |  26 +-
 .../org/apache/catalina/connector/TestRequest.java |   2 +
 .../catalina/nonblocking/TestNonBlockingAPI.java   |   2 +-
 .../webresources/AbstractTestResourceSet.java      |  23 +-
 .../TestAbstractFileResourceSetPerformance.java    |  90 ++++++
 .../coyote/http11/TestHttp11InputBuffer.java       |  50 +++-
 .../apache/coyote/http11/TestHttp11Processor.java  | 312 +++++++++++++++++++++
 test/org/apache/coyote/http2/Http2TestBase.java    |   8 +
 test/org/apache/coyote/http2/TestHttp2Limits.java  |  13 +-
 .../apache/coyote/http2/TestHttp2Section_6_1.java  |   7 +-
 .../tomcat/util/net/openssl/TestOpenSSLConf.java   |  57 +++-
 webapps/ROOT/asf-logo-wide.svg                     |  16 ++
 webapps/docs/changelog.xml                         | 100 ++++++-
 webapps/docs/config/host.xml                       |   4 +-
 webapps/docs/config/http.xml                       |  16 ++
 webapps/docs/config/resources.xml                  |  18 ++
 webapps/docs/images/asf-logo.svg                   |  16 ++
 webapps/host-manager/images/asf-logo.svg           |  16 ++
 webapps/manager/images/asf-logo.svg                |  16 ++
 42 files changed, 1222 insertions(+), 148 deletions(-)
 create mode 100644 java/org/apache/catalina/webresources/ExtractingRoot.java
 create mode 100644 java/org/apache/tomcat/util/compat/JrePlatform.java
 create mode 100644 test/org/apache/catalina/webresources/TestAbstractFileResourceSetPerformance.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list