[Bug 59451] New: Incorrect the Javadoc in org.apache.tomcat.util.buf.MessageBytes

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59451 Bug ID: 59451 Summary: Incorrect the Javadoc in org.apache.tomcat.util.buf.MessageBytes Product: Tomcat 9 Version: unspecified Hardware: All OS: All

[Bug 59450] New: allowHttpSepsInV0 attribute and forwardSlashIsSeparator attribute don't handle correctly

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59450 Bug ID: 59450 Summary: allowHttpSepsInV0 attribute and forwardSlashIsSeparator attribute don't handle correctly Product: Tomcat 9 Version: unspecified

[Bug 59449] New: org.apache.catalina.core.ContainerBase#removeChild remove order

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59449 Bug ID: 59449 Summary: org.apache.catalina.core.ContainerBase#removeChild remove order Product: Tomcat 9 Version: 9.0.0.M4 Hardware: PC OS: Mac OS X 10.1

[Bug 54618] Add filter implementing HTTP Strict Transport Security (HSTS) [PATCH]

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54618 --- Comment #17 from Ilguiz Latypov --- A web application using Spring hijacked the global filter configuration (did not add the header). -- You are receiving this mail because: You are the assignee for the bug. -

Re: Questions about BeanELResolver behavior

2016-05-09 Thread Coty Sutherland
Understood. Thanks for the walk through; I think I understand what's going on. I am going to read through the spec a bit more and verify though since I don't know much of anything about EL :( Thanks again! On Mon, May 9, 2016 at 5:14 PM, Mark Thomas wrote: > On 09/05/2016 20:45, Coty Sutherland

[Bug 59437] JASPIC: SimpleAuthConfigProvider with CallbackHandlerImpl MT-unsafe?

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59437 --- Comment #2 from Arjan Tijms --- >The guilty party, I believe, is CallbackHandlerImpl -- it ought to be safe for concurrent use. Indeed, I explicitly asked the spec lead for clarification about this a while and the CallbackHandler has to be

Re: Questions about BeanELResolver behavior

2016-05-09 Thread Mark Thomas
On 09/05/2016 20:45, Coty Sutherland wrote: > <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt"%> > var="messageString" /> >

Fwd: [ANNOUNCE] Apache Commons Crypto component established

2016-05-09 Thread Christopher Schultz
All, I haven't looked at anything except the announcement below, and I'm wondering how much of this overlaps with Tomcat's OpenSSL wrapper. My understanding is that we have have a JSSE provider that wraps OpenSSL, and that can be used for e.g. Java NIO-over-OpenSSL so in a sense, we have wrapped O

Questions about BeanELResolver behavior

2016-05-09 Thread Coty Sutherland
Hi all, I have a question regarding the way that the ResourceBundleELResolver (and the BeanELResolver) function as part of investigations into the changes made for https://bz.apache.org/bugzilla/show_bug.cgi?id=46915 and then reverted in https://bz.apache.org/bugzilla/show_bug.cgi?id=53001 (very

[ANN] Apache Tomcat Native 1.2.7 released

2016-05-09 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.7 stable. The key features of this release are: - Windows binaries built with APR 1.5.2 and OpenSSL 1.0.2h. Note that users should now be using 1.2.x in preference to 1.1.x. Please refer to the change log fo

[Bug 59398] org.apache.catalina.connector.CoyoteWriter.close throws org.apache.tomcat.jni.Error

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59398 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID Status|REOPENED

[Bug 59437] JASPIC: SimpleAuthConfigProvider with CallbackHandlerImpl MT-unsafe?

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59437 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1743022 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 18:21:07 2016 New Revision: 1743022 URL: http://svn.apache.org/viewvc?rev=1743022&view=rev Log: Do not trigger unnecessary session ID changes when using JASPIC and the user is authenticated using cached credentials. Modified: tomcat/tc8.5.x/trunk/ (props chan

svn commit: r1743023 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/authenticator/AuthenticatorBase.java java/org/apache/catalina/authenticator/jaspic/CallbackHandlerImpl.java webapps/docs/ch

2016-05-09 Thread markt
Author: markt Date: Mon May 9 18:21:45 2016 New Revision: 1743023 URL: http://svn.apache.org/viewvc?rev=1743023&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59437 Ensure that JASPIC's CallbackHandler is thread-safe. Modified: tomcat/tc8.5.x/trunk/ (props changed) t

svn commit: r1743021 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 18:20:37 2016 New Revision: 1743021 URL: http://svn.apache.org/viewvc?rev=1743021&view=rev Log: Fix an IllegalArgumentException if the first use of an internal Response object requires JASPIC authentication. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1743020 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/jaspic.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 18:19:37 2016 New Revision: 1743020 URL: http://svn.apache.org/viewvc?rev=1743020&view=rev Log: Correct class name for ServerAuthModule wrapper Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/jaspic.xml Propchange:

svn commit: r1743019 - in /tomcat/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java java/org/apache/catalina/authenticator/jaspic/CallbackHandlerImpl.java webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 18:18:05 2016 New Revision: 1743019 URL: http://svn.apache.org/viewvc?rev=1743019&view=rev Log: Ensure that JASPIC's CallbackHandler is thread-safe. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/AuthenticatorBase.java tomcat/trunk/java/org/a

[Bug 59398] org.apache.catalina.connector.CoyoteWriter.close throws org.apache.tomcat.jni.Error

2016-05-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59398 james.s...@metaswitch.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution

svn commit: r1742987 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2016-05-09 Thread remm
Author: remm Date: Mon May 9 15:48:26 2016 New Revision: 1742987 URL: http://svn.apache.org/viewvc?rev=1742987&view=rev Log: Remove debug. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Propchange: tomcat/tc

svn commit: r1742986 - /tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java

2016-05-09 Thread remm
Author: remm Date: Mon May 9 15:47:35 2016 New Revision: 1742986 URL: http://svn.apache.org/viewvc?rev=1742986&view=rev Log: Remove debug. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl

svn commit: r1742985 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/TagLibraryInfoImpl.java java/org/apache/jasper/compiler/TldCache.java java/org/apache/jasper/resources/LocalStrings.

2016-05-09 Thread remm
Author: remm Date: Mon May 9 15:46:22 2016 New Revision: 1742985 URL: http://svn.apache.org/viewvc?rev=1742985&view=rev Log: Fix NPEs with not found TLDs. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java to

svn commit: r1742984 - in /tomcat/trunk: java/org/apache/jasper/compiler/TagLibraryInfoImpl.java java/org/apache/jasper/compiler/TldCache.java java/org/apache/jasper/resources/LocalStrings.properties

2016-05-09 Thread remm
Author: remm Date: Mon May 9 15:45:09 2016 New Revision: 1742984 URL: http://svn.apache.org/viewvc?rev=1742984&view=rev Log: Fix NPEs with not found TLDs. Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagLibraryInfoImpl.java tomcat/trunk/java/org/apache/jasper/compiler/TldCache.

buildbot success in on tomcat-trunk

2016-05-09 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1354 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1742979 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/filter.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 15:16:59 2016 New Revision: 1742979 URL: http://svn.apache.org/viewvc?rev=1742979&view=rev Log: Merged revision 1742975 from tomcat/trunk: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/filter.xml Pro

svn commit: r1742978 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/filter.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 15:16:03 2016 New Revision: 1742978 URL: http://svn.apache.org/viewvc?rev=1742978&view=rev Log: Merged revision 1742975 from tomcat/trunk: Fix typo Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/config/filter.xml Pro

svn commit: r1742977 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/filter.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 15:15:05 2016 New Revision: 1742977 URL: http://svn.apache.org/viewvc?rev=1742977&view=rev Log: Merged revision 1742975 from tomcat/trunk: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/filter.xml Pro

svn commit: r1742976 - in /tomcat/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 15:13:39 2016 New Revision: 1742976 URL: http://svn.apache.org/viewvc?rev=1742976&view=rev Log: Do not trigger unnecessary session ID changes when using JASPIC and the user is authenticated using cached credentials. Modified: tomcat/trunk/java/org/apache/catali

svn commit: r1742975 - /tomcat/trunk/webapps/docs/config/filter.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 15:13:25 2016 New Revision: 1742975 URL: http://svn.apache.org/viewvc?rev=1742975&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/config/filter.xml Modified: tomcat/trunk/webapps/docs/config/filter.xml URL: http://svn.apache.org/viewvc/tomcat/tr

buildbot failure in on tomcat-trunk

2016-05-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1353 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1742933 - in /tomcat/trunk: java/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 12:01:31 2016 New Revision: 1742933 URL: http://svn.apache.org/viewvc?rev=1742933&view=rev Log: Fix an IllegalArgumentException if the first use of an internal Response object requires JASPIC authentication. Modified: tomcat/trunk/java/org/apache/catalina/conne

svn commit: r1742925 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java webapps/docs/changelog.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 11:28:45 2016 New Revision: 1742925 URL: http://svn.apache.org/viewvc?rev=1742925&view=rev Log: Merged revision 1742919 from tomcat/trunk: Ensure that the value for the header X-Frame-Options is constructed correctly according to the spec when ALLOW-FROM option

svn commit: r1742924 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java webapps/docs/changelog.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 11:25:22 2016 New Revision: 1742924 URL: http://svn.apache.org/viewvc?rev=1742924&view=rev Log: Merged revision 1742919 from tomcat/trunk: Ensure that the value for the header X-Frame-Options is constructed correctly according to the spec when ALLOW-FROM option

svn commit: r1742923 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java webapps/docs/changelog.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 11:22:07 2016 New Revision: 1742923 URL: http://svn.apache.org/viewvc?rev=1742923&view=rev Log: Merged revision 1742919 from tomcat/trunk: Ensure that the value for the header X-Frame-Options is constructed correctly according to the spec when ALLOW-FROM option

svn commit: r1742919 - in /tomcat/trunk: java/org/apache/catalina/filters/HttpHeaderSecurityFilter.java webapps/docs/changelog.xml

2016-05-09 Thread violetagg
Author: violetagg Date: Mon May 9 11:14:06 2016 New Revision: 1742919 URL: http://svn.apache.org/viewvc?rev=1742919&view=rev Log: Ensure that the value for the header X-Frame-Options is constructed correctly according to the spec when ALLOW-FROM option is used: X-Frame-Options = "DENY"

svn commit: r1742917 - /tomcat/trunk/webapps/docs/config/jaspic.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 11:08:08 2016 New Revision: 1742917 URL: http://svn.apache.org/viewvc?rev=1742917&view=rev Log: Correct class name for ServerAuthModule wrapper Modified: tomcat/trunk/webapps/docs/config/jaspic.xml Modified: tomcat/trunk/webapps/docs/config/jaspic.xml URL: htt

svn commit: r1742908 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:28:55 2016 New Revision: 1742908 URL: http://svn.apache.org/viewvc?rev=1742908&view=rev Log: Fix a checkstyle nag Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc7.0.x/trunk/java/org/apache

svn commit: r1742907 - in /tomcat/tc7.0.x/trunk: build.properties.default webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:28:31 2016 New Revision: 1742907 URL: http://svn.apache.org/viewvc?rev=1742907&view=rev Log: Update build to use Tomcat-Native 1.2.7 Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/

svn commit: r1742906 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:27:18 2016 New Revision: 1742906 URL: http://svn.apache.org/viewvc?rev=1742906&view=rev Log: Fix a checkstyle nag Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc8.0.x/trunk/java/org/apache

svn commit: r1742905 - in /tomcat/tc8.0.x/trunk: build.properties.default webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:26:35 2016 New Revision: 1742905 URL: http://svn.apache.org/viewvc?rev=1742905&view=rev Log: Update build to use Tomcat-Native 1.2.7 Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/

svn commit: r1742904 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:25:09 2016 New Revision: 1742904 URL: http://svn.apache.org/viewvc?rev=1742904&view=rev Log: Fix a checkstyle nag Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/tc8.5.x/trunk/java/org/apache

svn commit: r1742903 - in /tomcat/tc8.5.x/trunk: build.properties.default webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:24:39 2016 New Revision: 1742903 URL: http://svn.apache.org/viewvc?rev=1742903&view=rev Log: Update build to use Tomcat-Native 1.2.7 Modified: tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/

svn commit: r1742901 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:22:38 2016 New Revision: 1742901 URL: http://svn.apache.org/viewvc?rev=1742901&view=rev Log: Update build to use Tomcat-Native 1.2.7 Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.prop

svn commit: r1742902 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:23:14 2016 New Revision: 1742902 URL: http://svn.apache.org/viewvc?rev=1742902&view=rev Log: Fix a checkstyle nag Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes

svn commit: r1742899 - in /tomcat/native/trunk: build.properties.default native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/miscellaneous/changelog.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:19:40 2016 New Revision: 1742899 URL: http://svn.apache.org/viewvc?rev=1742899&view=rev Log: Prep for next development cycle Modified: tomcat/native/trunk/build.properties.default tomcat/native/trunk/native/include/tcn_version.h tomcat/native/trunk/na

svn commit: r1742898 - in /tomcat/site/trunk: docs/ docs/native-doc/ docs/native-doc/miscellaneous/ docs/native-doc/news/ xdocs/

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:16:42 2016 New Revision: 1742898 URL: http://svn.apache.org/viewvc?rev=1742898&view=rev Log: Update site for Tomcat-Native 1.2.7 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/nat

svn commit: r1742897 - in /tomcat/native/trunk/xdocs: index.xml news/2016.xml

2016-05-09 Thread markt
Author: markt Date: Mon May 9 09:13:17 2016 New Revision: 1742897 URL: http://svn.apache.org/viewvc?rev=1742897&view=rev Log: Update with 1.2.7 release info Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2016.xml Modified: tomcat/native/trunk/xdocs/index.xm

svn commit: r1742894 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2016-05-09 Thread kfujino
Author: kfujino Date: Mon May 9 08:36:16 2016 New Revision: 1742894 URL: http://svn.apache.org/viewvc?rev=1742894&view=rev Log: In ping processing in the replication map, send not the INIT message but the newly introduced PING message. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalin

svn commit: r1742893 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LocalStrings.properties webapps/docs/changelog.x

2016-05-09 Thread kfujino
Author: kfujino Date: Mon May 9 08:35:05 2016 New Revision: 1742893 URL: http://svn.apache.org/viewvc?rev=1742893&view=rev Log: In ping processing in the replication map, send not the INIT message but the newly introduced PING message. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalin

svn commit: r1742891 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LocalStrings.properties webapps/docs/changelog.x

2016-05-09 Thread kfujino
Author: kfujino Date: Mon May 9 08:34:12 2016 New Revision: 1742891 URL: http://svn.apache.org/viewvc?rev=1742891&view=rev Log: In ping processing in the replication map, send not the INIT message but the newly introduced PING message. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalin

svn commit: r1742890 - in /tomcat/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LocalStrings.properties webapps/docs/changelog.xml

2016-05-09 Thread kfujino
Author: kfujino Date: Mon May 9 08:32:48 2016 New Revision: 1742890 URL: http://svn.apache.org/viewvc?rev=1742890&view=rev Log: In ping processing in the replication map, send not the INIT message but the newly introduced PING message. Modified: tomcat/trunk/java/org/apache/catalina/tribes