Early Access builds of JDK 8u76 b02, JDK 9 build b100 & build b99 for JDK 9 with Project Jigsaw are available on java.net

2016-01-15 Thread Rory O'Donnell
Hi Mark/Mladen, Early Access b02 for JDK 8u76 is available on java.net, summary of changes are listed here . Early Access b100 for JDK 9 is available on java.n

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

2016-01-15 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160115-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-2016

[Bug 58867] Having a context.xml in conf prevents redeployment on startup

2016-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58867 --- Comment #1 from Konstantin Kolinko --- Please provide a step-by-step recipe to reproduce your issue http://tomcat.apache.org/bugreport.html#How_to_write_a_bug_report Your description is not clear. -- You are receiving this mail because:

svn commit: r1724788 - in /tomcat/trunk: java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 12:49:03 2016 New Revision: 1724788 URL: http://svn.apache.org/viewvc?rev=1724788&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Followup. One needs to call queryMB.setCharset() to set encoding for the query string during parameter merging

svn commit: r1724792 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 12:58:14 2016 New Revision: 1724792 URL: http://svn.apache.org/viewvc?rev=1724792&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Followup. One needs to call queryMB.setCharset() to set encoding for the query string during parameter merging

svn commit: r1724797 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java test/org/apache/catalina/core/TestApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 13:18:31 2016 New Revision: 1724797 URL: http://svn.apache.org/viewvc?rev=1724797&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Followup. One needs to call queryMB.setCharset() to set encoding for the query string during parameter merging

svn commit: r1724801 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 13:29:58 2016 New Revision: 1724801 URL: http://svn.apache.org/viewvc?rev=1724801&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Followup. One needs to call queryMB.setCharset() to set encoding for the query string during parameter merging

svn commit: r1724803 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 13:39:03 2016 New Revision: 1724803 URL: http://svn.apache.org/viewvc?rev=1724803&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Optimize mergeValues(). The method arguments are known to be String[], so do that branch first. No functional

svn commit: r1724806 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 13:48:52 2016 New Revision: 1724806 URL: http://svn.apache.org/viewvc?rev=1724806&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Optimize mergeValues(). The method arguments are known to be String[], so do that branch first. No functional

svn commit: r1724808 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 13:53:59 2016 New Revision: 1724808 URL: http://svn.apache.org/viewvc?rev=1724808&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Optimize mergeValues(). The method arguments are known to be String[], so do that branch first. No functional

buildbot failure in ASF Buildbot on tomcat-8-trunk

2016-01-15 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/404 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1724812 [1/2] - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ compiler/tagplugin/ runtime/ security/ servlet/ tagplugins/jstl/ xmlparser/

2016-01-15 Thread remm
Author: remm Date: Fri Jan 15 14:13:28 2016 New Revision: 1724812 URL: http://svn.apache.org/viewvc?rev=1724812&view=rev Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java tomcat/trunk/java/org/apache/jasper/JasperException.java tomcat/trunk/

svn commit: r1724812 [2/2] - in /tomcat/trunk/java/org/apache/jasper: ./ compiler/ compiler/tagplugin/ runtime/ security/ servlet/ tagplugins/jstl/ xmlparser/

2016-01-15 Thread remm
Modified: tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/tagplugins/jstl/Util.java?rev=1724812&r1=1724811&r2=1724812&view=diff == --- tom

svn commit: r1724814 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106: ./ BRANCH-README.txt java/org/apache/catalina/core/ApplicationHttpRequest.java java/org/apache/tomcat/util/buf/MessageBytes

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 14:16:08 2016 New Revision: 1724814 URL: http://svn.apache.org/viewvc?rev=1724814&view=rev Log: Rebase branch onto current tc6.0.x/trunk This means a catch-up merge of all revisions up to r1724810. Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/

svn commit: r1724815 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Fri Jan 15 14:20:16 2016 New Revision: 1724815 URL: http://svn.apache.org/viewvc?rev=1724815&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Beackport the testcase for BZ 58836 from r1724797. Modified: tomcat/tc6.0.x/branches/tomcat6-testing_2016

[Bug 58646] NullPointerException in InternalNioOutputBuffer

2016-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 --- Comment #15 from Alexander Malyshev --- Ok, finally I was able to reproduce it with logs. I associated ID with each request object and I added logging to AbstractHttp11Processor class to process() and recycle() methods. In process() metho

[Bug 58721] Http11Nio2Protocol is leaking open file handles for TCP connections

2016-01-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58721 --- Comment #1 from Remy Maucherat --- More information is needed on the scenario leading to the leak, since "normal" resource processing doesn't cause it. Without these details, the issue will be resolved as INVALID. -- You are receiving thi

svn commit: r1724845 - in /tomcat/trunk/java/org/apache: juli/ naming/ naming/factory/ tomcat/dbcp/dbcp2/ tomcat/dbcp/dbcp2/cpdsadapter/ tomcat/dbcp/dbcp2/datasources/

2016-01-15 Thread remm
Author: remm Date: Fri Jan 15 16:00:25 2016 New Revision: 1724845 URL: http://svn.apache.org/viewvc?rev=1724845&view=rev Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java tomcat/trunk/java/org/apache/naming/NamingContext.java tomcat/trunk/java/

svn commit: r1724863 - in /tomcat/trunk/java/org/apache/catalina: ./ ha/session/ manager/ session/

2016-01-15 Thread markt
Author: markt Date: Fri Jan 15 17:40:18 2016 New Revision: 1724863 URL: http://svn.apache.org/viewvc?rev=1724863&view=rev Log: Refactoring Make the session attribute distribution / filtering more consistent across the various Manager and Session implementation. Differentiate between - whether or

svn commit: r1724900 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 00:25:24 2016 New Revision: 1724900 URL: http://svn.apache.org/viewvc?rev=1724900&view=rev Log: Update comment, removing an old XXX Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/To

svn commit: r1724901 - /tomcat/trunk/java/org/apache/catalina/connector/Connector.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 00:29:12 2016 New Revision: 1724901 URL: http://svn.apache.org/viewvc?rev=1724901&view=rev Log: Simplify implementation of Commector.setProtocol() - swap outer and inner if() - consistent handling of null value Modified: tomcat/trunk/java/org/apache/catalina/

svn commit: r1724902 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 00:35:55 2016 New Revision: 1724902 URL: http://svn.apache.org/viewvc?rev=1724902&view=rev Log: Update comment, removing an old XXX Merged r1724900 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/

svn commit: r1724903 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 00:41:42 2016 New Revision: 1724903 URL: http://svn.apache.org/viewvc?rev=1724903&view=rev Log: Update comment, removing an old XXX Merged r1724902 from tomcat/tc8.0.x/trunk: Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org

svn commit: r1724904 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 00:43:58 2016 New Revision: 1724904 URL: http://svn.apache.org/viewvc?rev=1724904&view=rev Log: Update comment. (From r1724903 of tomcat/tc7.0.x/trunk) Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/startup/Tomcat.java M

buildbot success in ASF Buildbot on tomcat-8-trunk

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

svn commit: r1724907 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/Globals.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 02:46:01 2016 New Revision: 1724907 URL: http://svn.apache.org/viewvc?rev=1724907&view=rev Log: Add global constants for names of system properties "catalina.home", "catalina.base". Ported from Tomcat 7. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalin

svn commit: r1724908 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106: ./ BRANCH-README.txt java/org/apache/catalina/Globals.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 02:59:04 2016 New Revision: 1724908 URL: http://svn.apache.org/viewvc?rev=1724908&view=rev Log: Rebase branch onto current tc6.0.x/trunk This means a catch-up merge of all revisions up to r1724907. Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/

svn commit: r1724909 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina: connector/TestConnector.java core/TestApplicationHttpRequest.java startup/TestTomcat.java startup/

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 03:16:02 2016 New Revision: 1724909 URL: http://svn.apache.org/viewvc?rev=1724909&view=rev Log: Implement Tomcat class. Switch tests from using Embedded class to Tomcat class. By the way, with this change I no longer see failures or crashes when testing with the

svn commit: r1724910 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 03:17:25 2016 New Revision: 1724910 URL: http://svn.apache.org/viewvc?rev=1724910&view=rev Log: Update BRANCH-README.txt with the current status. Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/BRANCH-README.txt Modified: tomcat/tc6.0.x/branches/t

svn commit: r1724913 - in /tomcat/tc7.0.x/trunk/java/org/apache: catalina/core/StandardContext.java naming/resources/EmptyDirContext.java

2016-01-15 Thread kkolinko
Author: kkolinko Date: Sat Jan 16 05:17:08 2016 New Revision: 1724913 URL: http://svn.apache.org/viewvc?rev=1724913&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=57154 Review of r1681953 In EmptyDirContext.java: - Remove @author tag from new code. The author is credited in the c