[tomcat8] branch master updated (24e5125 -> e3183b4)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 26 15:23:57 UTC 2015


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

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

      from  24e5125   Upload to unstable
       new  ae569db   Set the 'year' and 'today-iso-8601' build variables to improve the reproducibility
      adds  e0e583b   Imported Upstream version 8.0.23
       new  96d0ccc   Merge tag 'upstream/8.0.23'
       new  e3183b4   New upstream release (8.0.23)

The 3 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                           |   4 +-
 build.xml                                          |   1 +
 conf/web.xml                                       |  49 +++++
 debian/changelog                                   |   8 +
 debian/rules                                       |   2 +
 java/javax/el/ELResolver.java                      |   1 +
 .../authenticator/SpnegoAuthenticator.java         | 162 ++++++++++++++
 java/org/apache/catalina/filters/CorsFilter.java   |   4 +-
 java/org/apache/catalina/filters/FilterBase.java   |   3 +-
 .../catalina/filters/HttpHeaderSecurityFilter.java | 232 +++++++++++++++++++++
 .../catalina/filters/LocalStrings.properties       |   3 +
 .../ha/authenticator/ClusterSingleSignOn.java      |  10 +-
 .../authenticator}/LocalStrings.properties         |   3 +-
 .../catalina/ha/context/LocalStrings.properties}   |  10 +-
 .../catalina/ha/context/ReplicatedContext.java     |   6 +-
 .../ha/session/ClusterSessionListener.java         |   7 +-
 .../apache/catalina/ha/session/DeltaRequest.java   |  12 +-
 .../apache/catalina/ha/session/DeltaSession.java   |   4 +-
 .../catalina/ha/session/LocalStrings.properties    |   5 +
 .../apache/catalina/ha/tcp/LocalStrings.properties |  12 +-
 .../apache/catalina/ha/tcp/SimpleTcpCluster.java   |  22 +-
 .../catalina/loader/WebappClassLoaderBase.java     |   4 +
 .../tribes/tipis/AbstractReplicatedMap.java        |   2 +-
 java/org/apache/catalina/valves/RemoteIpValve.java |  16 ++
 .../apache/jasper/compiler/TagFileProcessor.java   | 129 ++++++------
 .../jasper/resources/LocalStrings.properties       |   5 +
 java/org/apache/jasper/servlet/TldScanner.java     |  35 +++-
 .../tomcat/util/http/LegacyCookieProcessor.java    |  10 +-
 .../apache/tomcat/util/net/SecureNio2Channel.java  | 175 +++++++++-------
 .../apache/tomcat/util/net/SecureNioChannel.java   |  23 +-
 .../tomcat/util/net/res/LocalStrings.properties    |   1 +
 res/maven/mvn-pub.xml                              |   8 +
 res/maven/mvn.properties.default                   |   2 +-
 test/javax/el/TestELResolver.java                  |  13 ++
 .../apache/catalina/valves/TestRemoteIpValve.java  |  44 ++--
 webapps/docs/changelog.xml                         | 129 +++++++++++-
 webapps/docs/class-loader-howto.xml                |   8 +-
 webapps/docs/config/filter.xml                     |  80 +++++++
 webapps/docs/config/systemprops.xml                |  14 ++
 webapps/docs/config/valve.xml                      |  11 +
 webapps/docs/security-howto.xml                    |   7 +
 41 files changed, 1060 insertions(+), 216 deletions(-)
 create mode 100644 java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java
 copy java/org/apache/catalina/{tribes/util => ha/authenticator}/LocalStrings.properties (83%)
 copy java/{javax/servlet/LocalStrings_fr.properties => org/apache/catalina/ha/context/LocalStrings.properties} (79%)

-- 
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