[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2016-01-27 Thread Bill Barker
/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar -Dtomcat-dbcp-src.jar

buildbot success in on tomcat-7-trunk

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

svn commit: r1727096 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 15:46:36 2016 New Revision: 1727096 URL: http://svn.apache.org/viewvc?rev=1727096=rev Log: Pull up the sessionAttributeFilter option from the cluster managers, rename it to sessionAttributeNameFilter and make it available in all Manager implementations. Modified:

svn commit: r1727097 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/config/manager.xml

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 15:47:06 2016 New Revision: 1727097 URL: http://svn.apache.org/viewvc?rev=1727097=rev Log: Make clear that the PersistenceManager is the better option if you actually *need* to persist session data across restarts. Modified: tomcat/tc6.0.x/trunk/ (props

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2016-01-27 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20160127-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar -Dcommons-daemon.native.src.tgz

svn commit: r1727158 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:22:47 2016 New Revision: 1727158 URL: http://svn.apache.org/viewvc?rev=1727158=rev Log: Follow-up to r1726922. Add missed check that the Manager is NEW when the context is set. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/ManagerBase.java

svn commit: r1727159 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catal

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:24:07 2016 New Revision: 1727159 URL: http://svn.apache.org/viewvc?rev=1727159=rev Log: Clarify behaviour of Manager.context Note: This does not impact Context.manager A Manager can only be used with a single Context and must then be destroyed when no longer

svn commit: r1727169 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2016-01-27 Thread kpreisser
Author: kpreisser Date: Wed Jan 27 19:58:09 2016 New Revision: 1727169 URL: http://svn.apache.org/viewvc?rev=1727169=rev Log: Fix tabs -> spaces. Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl URL:

svn commit: r1727170 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/manager/ java/org/apache/ca

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 20:00:25 2016 New Revision: 1727170 URL: http://svn.apache.org/viewvc?rev=1727170=rev Log: Deprecate Manager.distributable and Manager.maxInactiveInterval since they exist in both the Context and the Manager and the Context values always take precedence.

svn commit: r1727178 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 20:26:51 2016 New Revision: 1727178 URL: http://svn.apache.org/viewvc?rev=1727178=rev Log: Fix indent Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java Modified:

svn commit: r1727166 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:44:01 2016 New Revision: 1727166 URL: http://svn.apache.org/viewvc?rev=1727166=rev Log: Expand the session attribute filtering options - new option to filter based on implementation class of value - new option to log a warning message if an attribute is filtered

svn commit: r1727167 - in /tomcat/site/trunk: docs/ docs/images/ xdocs/images/ xdocs/stylesheets/

2016-01-27 Thread kpreisser
Author: kpreisser Date: Wed Jan 27 19:55:54 2016 New Revision: 1727167 URL: http://svn.apache.org/viewvc?rev=1727167=rev Log: Use the new ASF logo. Added: tomcat/site/trunk/docs/images/asf_logo.svg (with props) tomcat/site/trunk/xdocs/images/asf_logo.svg (with props) Modified:

svn commit: r1727162 - /tomcat/trunk/webapps/docs/changelog.xml

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:36:05 2016 New Revision: 1727162 URL: http://svn.apache.org/viewvc?rev=1727162=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1727163 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:39:35 2016 New Revision: 1727163 URL: http://svn.apache.org/viewvc?rev=1727163=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1727165 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 19:41:19 2016 New Revision: 1727165 URL: http://svn.apache.org/viewvc?rev=1727165=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1727179 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/StoreBase.java java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 20:27:04 2016 New Revision: 1727179 URL: http://svn.apache.org/viewvc?rev=1727179=rev Log: Ensure that when sessions are loaded from the Store that the correct class loader is used. In most cases it was already set but some code paths from early in the processing

svn commit: r1727182 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/ java/org/apache/catalina/util/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 20:35:36 2016 New Revision: 1727182 URL: http://svn.apache.org/viewvc?rev=1727182=rev Log: When using the new sessionAttributeValueClassNameFilter, apply the filter earlier rather than loading the class and then deciding to filter it out. When a SecurityManager is

buildbot success in on tomcat-8-trunk

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

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-01-27 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x

svn commit: r1727003 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardManager.java

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 11:35:02 2016 New Revision: 1727003 URL: http://svn.apache.org/viewvc?rev=1727003=rev Log: Remove unused import. Introduced but not used in r1726922. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardManager.java Modified:

svn commit: r1726973 - /tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 09:18:17 2016 New Revision: 1726973 URL: http://svn.apache.org/viewvc?rev=1726973=rev Log: Incomplete rename of new parameter. Followup to r1726972. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java Modified:

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-01-27 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x

svn commit: r1726992 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ajp/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 11:04:18 2016 New Revision: 1726992 URL: http://svn.apache.org/viewvc?rev=1726992=rev Log: Add configuration attribute "ajpFlush" for the AJP connectors to disable the sending of AJP flush packets. Default behavior is unchanged. Backport of r1726972, 1726973 and

svn commit: r1727002 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 11:32:57 2016 New Revision: 1727002 URL: http://svn.apache.org/viewvc?rev=1727002=rev Log: Remove unused import. Followup to r1726819. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaSession.java Modified:

svn commit: r1727004 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ajp/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 11:42:26 2016 New Revision: 1727004 URL: http://svn.apache.org/viewvc?rev=1727004=rev Log: Add configuration attribute "ajpFlush" for the AJP connectors to disable the sending of AJP flush packets. Default behavior is unchanged. Backport of r1726972, 1726973 and

[Bug 58646] NullPointerException in InternalNioOutputBuffer

2016-01-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 Iztok changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #18

svn commit: r1726972 - in /tomcat/trunk: java/org/apache/catalina/connector/mbeans-descriptors.xml java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/ajp/AjpProcessor.java weba

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 09:16:03 2016 New Revision: 1726972 URL: http://svn.apache.org/viewvc?rev=1726972=rev Log: Add configuration option ajpFlush for the AJP connectors to disable the sending of AJP flush packets. Modified:

svn commit: r1726991 - in /tomcat/trunk/java/org/apache/coyote/ajp: AbstractAjpProtocol.java AjpProcessor.java

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 10:56:11 2016 New Revision: 1726991 URL: http://svn.apache.org/viewvc?rev=1726991=rev Log: Adjust javadoc phrasing since the attributes finally have another name. Followup to r1726972. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProtocol.java

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2016-01-27 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160127.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x

svn commit: r1727066 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 14:38:01 2016 New Revision: 1727066 URL: http://svn.apache.org/viewvc?rev=1727066=rev Log: Port clean-up (to make merging simpler) prior to back-porting functional changes Additional generics clean-up Additional resource closing fixes Modified:

svn commit: r1727067 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/StandardManager.jav

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 14:43:52 2016 New Revision: 1727067 URL: http://svn.apache.org/viewvc?rev=1727067=rev Log: Refactor to always use the CustomObjectInputStream Modified: tomcat/tc6.0.x/trunk/ (props changed)

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2016-01-27 Thread Bill Barker
/commons-daemon-20160127-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20160127/lib -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

svn commit: r1726968 - /tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2016-01-27 Thread rjung
Author: rjung Date: Wed Jan 27 09:02:15 2016 New Revision: 1726968 URL: http://svn.apache.org/viewvc?rev=1726968=rev Log: Switch from System.out.println() to log.info() in examples webapp AsyncStockServlet. The dependency on juli is already present in async.Async0 and async.Async1. I wouldn't

svn commit: r1727053 - in /tomcat/tc6.0.x/trunk: ./ BUILDING.txt build.xml

2016-01-27 Thread kkolinko
Author: kkolinko Date: Wed Jan 27 13:47:59 2016 New Revision: 1727053 URL: http://svn.apache.org/viewvc?rev=1727053=rev Log: Allow to configure multiple JUnit test class patterns with the build property "test.name" and document the property in BUILDING.txt. Merged r1726631 and r1727043 from

svn commit: r1727054 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:51:55 2016 New Revision: 1727054 URL: http://svn.apache.org/viewvc?rev=1727054=rev Log: Fix potential NPE reported by FindBugs Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/FileStore.java

svn commit: r1727056 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java java/org/apache/naming/resources/FileDirContext.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:57:46 2016 New Revision: 1727056 URL: http://svn.apache.org/viewvc?rev=1727056=rev Log: Simplify the code Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/FileStore.java

svn commit: r1727021 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 12:38:34 2016 New Revision: 1727021 URL: http://svn.apache.org/viewvc?rev=1727021=rev Log: Add links for yesterday's presentation and schedule the next one Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml

svn commit: r1727031 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/StoreBase.java java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:06:38 2016 New Revision: 1727031 URL: http://svn.apache.org/viewvc?rev=1727031=rev Log: Ensure that when sessions are loaded from the Store that the correct class loader is used. In most cases it was already set but some code paths from early in the processing

buildbot failure in on tomcat-7-trunk

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

svn commit: r1727030 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/session/JDBCStore.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:04:38 2016 New Revision: 1727030 URL: http://svn.apache.org/viewvc?rev=1727030=rev Log: Use Context.unbind Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/session/JDBCStore.java Propchange:

svn commit: r1727029 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/valves/PersistentValve.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:03:51 2016 New Revision: 1727029 URL: http://svn.apache.org/viewvc?rev=1727029=rev Log: Remove empty finally block Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/valves/PersistentValve.java Propchange:

svn commit: r1727034 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/ java/org/apache/catalina/util/ webapps/docs/ webapps/docs/config/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 13:13:20 2016 New Revision: 1727034 URL: http://svn.apache.org/viewvc?rev=1727034=rev Log: When using the new sessionAttributeValueClassNameFilter, apply the filter earlier rather than loading the class and then deciding to filter it out. When a SecurityManager is

svn commit: r1727043 - in /tomcat/tc7.0.x/trunk: ./ BUILDING.txt

2016-01-27 Thread kkolinko
Author: kkolinko Date: Wed Jan 27 13:23:31 2016 New Revision: 1727043 URL: http://svn.apache.org/viewvc?rev=1727043=rev Log: Followup to r1726631. Correct default value typo and amend a bit. Merged r1727037 from tomcat/tc8.0.x/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1727049 - in /tomcat/tc6.0.x/trunk: ./ test/ test/deployment/ test/deployment/dirContext/ test/deployment/dirNoContext/ test/org/apache/catalina/connector/ test/org/apache/catalina/core/

2016-01-27 Thread kkolinko
Author: kkolinko Date: Wed Jan 27 13:37:09 2016 New Revision: 1727049 URL: http://svn.apache.org/viewvc?rev=1727049=rev Log: Add framework for client-server unit tests, porting it from Tomcat 7. Add support for running the tests with Apache Ant. The tests can be run with ant download ant

svn commit: r1727037 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt

2016-01-27 Thread kkolinko
Author: kkolinko Date: Wed Jan 27 13:21:50 2016 New Revision: 1727037 URL: http://svn.apache.org/viewvc?rev=1727037=rev Log: Followup to r1726630. Correct default value typo and amend a bit. Merged r1726676 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1727075 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/FileStore.java java/org/apache/catalina/session/JDBCStore.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 14:58:20 2016 New Revision: 1727075 URL: http://svn.apache.org/viewvc?rev=1727075=rev Log: Store.load() implementations assume (in places) that getManager().getContext() always returns a non-null and we haven't had reports of NPEs so make the assumption

svn commit: r1727078 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 15:05:52 2016 New Revision: 1727078 URL: http://svn.apache.org/viewvc?rev=1727078=rev Log: Refactoring Make the session attribute distribution / filtering more consistent across the various Manager and Session implementation. Differentiate between - whether or not

svn commit: r1727068 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/session/StandardManager.java java/org/apache/catalina/util/CustomObjectInputStream.java

2016-01-27 Thread markt
Author: markt Date: Wed Jan 27 14:46:15 2016 New Revision: 1727068 URL: http://svn.apache.org/viewvc?rev=1727068=rev Log: General clean-up Generics Use of @Override Modified: tomcat/tc6.0.x/trunk/ (props changed)