buildbot success in ASF Buildbot on tomcat-8-trunk

2015-11-24 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/294 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

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

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 23:19:10 2015 New Revision: 1716276 URL: http://svn.apache.org/viewvc?rev=1716276=rev Log: Update after today's Webinar Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified:

Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-24 Thread Mark Thomas
All, As promised, today's webinar "Apache Tomcat 9: HTTP/2 Quick Start" is now available on the Apache Tomcat YouTube channel: https://www.youtube.com/channel/UCpqpJ0-G1lYfUBQ6_36Au_g Mark - To unsubscribe, e-mail:

[Bug 58646] NullPointerException in InternalNioOutputBuffer under traffic related to config.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 --- Comment #1 from Alexander Malyshev --- After some more testing it turns out it's not related to async-supported tag. It's just intermittent. Also, sometimes this one happens before below exceptions: Nov 24, 2015 CST

[Bug 58646] NullPointerException in InternalNioOutputBuffer under traffic related to config.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 --- Comment #3 from Konstantin Kolinko --- 1) > Nov 23, 2015 CST 08:34:58.115 PM org.apache.coyote.http11.Http11NioProcessor > INFO: Error parsing HTTP request header > Note: further occurrences of HTTP header parsing

svn commit: r1716278 - /tomcat/site/trunk/docs/googlefd74ad0d669c4787.html

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 23:38:17 2015 New Revision: 1716278 URL: http://svn.apache.org/viewvc?rev=1716278=rev Log: Add verification for Google (YouTube) Added: tomcat/site/trunk/docs/googlefd74ad0d669c4787.html (with props) Added: tomcat/site/trunk/docs/googlefd74ad0d669c4787.html

[Bug 58646] NullPointerException in InternalNioOutputBuffer under traffic related to config.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 --- Comment #2 from Alexander Malyshev --- Note also that the amount of regular HTTP request during testing is not huge - nearly 10-12 requests/second. Amount of websocket traffic is huge, but it does not seem to affect

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #10 from Barry Coughlan --- (In reply to Mark Thomas from comment #9) > Thanks for the great analysis and test case. I've fixed this in 9.0.x for > 9.0.0.M2. There has been some refactoring of the relevant

svn commit: r1716217 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/windows-service-howto.xml

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 17:18:47 2015 New Revision: 1716217 URL: http://svn.apache.org/viewvc?rev=1716217=rev Log: Correct continuation character for Windows Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/windows-service-howto.xml Propchange:

[Bug 58647] After blocking write timeout occurs, WsRemoteEndpointImplBase remains in BINARY_PARTIAL_WRITING state.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58647 Alexander Malyshev changed: What|Removed |Added OS||All

[Bug 58647] New: After blocking write timeout occurs, WsRemoteEndpointImplBase remains in BINARY_PARTIAL_WRITING state.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58647 Bug ID: 58647 Summary: After blocking write timeout occurs, WsRemoteEndpointImplBase remains in BINARY_PARTIAL_WRITING state. Product: Tomcat 8 Version: 8.0.28

svn commit: r1716098 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-24 Thread remm
Author: remm Date: Tue Nov 24 10:29:08 2015 New Revision: 1716098 URL: http://svn.apache.org/viewvc?rev=1716098=rev Log: This looks like a good "try with resources" candidate. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java Modified:

Re: svn commit: r1715633 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-11-24 Thread Felix Schumacher
Am 23.11.2015 um 03:19 schrieb Huxing Zhang: Hi fschumacher, Just a friendly reminder that I had a discussion with kkolinko about this before. I seems that it is better to explicitly define the default value rather than the Boolean.getBoolean syntactic sugar. Thanks for the hint. I will

svn commit: r1716259 - in /tomcat/tc8.0.x/trunk: ./ modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2015-11-24 Thread fschumacher
Author: fschumacher Date: Tue Nov 24 21:07:33 2015 New Revision: 1716259 URL: http://svn.apache.org/viewvc?rev=1716259=rev Log: Make default value (false) clearer. Merge r1716258 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed)

svn commit: r1716224 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 18:01:46 2015 New Revision: 1716224 URL: http://svn.apache.org/viewvc?rev=1716224=rev Log: Correct continuation character for Windows Align docs with 8.0.x version Modified: tomcat/tc6.0.x/trunk/ (props changed)

svn commit: r1716258 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2015-11-24 Thread fschumacher
Author: fschumacher Date: Tue Nov 24 21:06:07 2015 New Revision: 1716258 URL: http://svn.apache.org/viewvc?rev=1716258=rev Log: Make default value (false) clearer. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified:

[Bug 58646] NullPointerException in InternalNioOutputBuffer under traffic related to config.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 Alexander Malyshev changed: What|Removed |Added Priority|P2 |P3 -- You

[Bug 58646] New: NullPointerException in InternalNioOutputBuffer under traffic related to config.

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58646 Bug ID: 58646 Summary: NullPointerException in InternalNioOutputBuffer under traffic related to config. Product: Tomcat 8 Version: 8.0.28 Hardware: PC

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

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 17:16:33 2015 New Revision: 1716216 URL: http://svn.apache.org/viewvc?rev=1716216=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58631 Correct continuation character for Windows Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1716221 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/windows-service-howto.xml

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 17:34:58 2015 New Revision: 1716221 URL: http://svn.apache.org/viewvc?rev=1716221=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58631 Correct continuation character for Windows Align docs with 8.0.x version Modified: tomcat/tc7.0.x/trunk/ (props

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

2015-11-24 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20151124-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/dest-20151124/lib -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons

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

2015-11-24 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-20151124.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x

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

2015-11-24 Thread kfujino
Author: kfujino Date: Wed Nov 25 05:39:26 2015 New Revision: 1716305 URL: http://svn.apache.org/viewvc?rev=1716305=rev Log: When using a static cluster, add the members that have been cached in the membership service to the map members list in order to ensure that the map member is a static

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

2015-11-24 Thread kfujino
Author: kfujino Date: Wed Nov 25 05:42:01 2015 New Revision: 1716306 URL: http://svn.apache.org/viewvc?rev=1716306=rev Log: When using a static cluster, add the members that have been cached in the membership service to the map members list in order to ensure that the map member is a static

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-24 Thread Huxing Zhang
For those who can't access youtube, you can find the video on youku.com: http://v.youku.com/v_show/id_XMTM5NTU3Mjk2MA==.html -- From:Mark Thomas Time:2015 Nov 25 (Wed) 07:11 To:us...@tomcat.apache.org

Re: Time for Tomcat 7.0.66

2015-11-24 Thread Violeta Georgieva
2015-11-25 9:32 GMT+02:00 Konstantin Kolinko : > > 2015-11-24 22:38 GMT+03:00 Violeta Georgieva : > > Hi, > > > > Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting. > > If you want to add something to this release, please reply here. > > 1. The

svn commit: r11287 - /dev/tomcat/tomcat-8/v8.0.29/ /release/tomcat/tomcat-8/v8.0.29/

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 11:11:44 2015 New Revision: 11287 Log: Release 8.0.29 Added: release/tomcat/tomcat-8/v8.0.29/ - copied from r11286, dev/tomcat/tomcat-8/v8.0.29/ Removed: dev/tomcat/tomcat-8/v8.0.29/

svn commit: r1716213 - /tomcat/trunk/webapps/docs/windows-service-howto.xml

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 17:03:14 2015 New Revision: 1716213 URL: http://svn.apache.org/viewvc?rev=1716213=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58631 Correct continuation character for Windows Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml

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

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 11:17:03 2015 New Revision: 1716106 URL: http://svn.apache.org/viewvc?rev=1716106=rev Log: Add release date for 8.0.29 Trim some long lines. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1716105 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 11:14:52 2015 New Revision: 1716105 URL: http://svn.apache.org/viewvc?rev=1716105=rev Log: Update version info for next release Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default Modified:

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

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 17:05:54 2015 New Revision: 1716214 URL: http://svn.apache.org/viewvc?rev=1716214=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Time for Tomcat 7.0.66

2015-11-24 Thread Violeta Georgieva
Hi, Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting. If you want to add something to this release, please reply here. Regards, Violeta

svn commit: r1716152 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 14:50:26 2015 New Revision: 1716152 URL: http://svn.apache.org/viewvc?rev=1716152=rev Log: Checkstyle police Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLUtil.java Modified:

buildbot failure in ASF Buildbot on tomcat-8-trunk

2015-11-24 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/293 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[Bug 58631] Documentation uses wrong syntax for windows command line continuation

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58631 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1716269 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServer.java webapps/docs/changel

2015-11-24 Thread markt
Author: markt Date: Tue Nov 24 22:20:22 2015 New Revision: 1716269 URL: http://svn.apache.org/viewvc?rev=1716269=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 Correct a potential deadlock if the WebSocket connection is closed when a message write is in progress. Added:

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 --- Comment #9 from Mark Thomas --- Thanks for the great analysis and test case. I've fixed this in 9.0.x for 9.0.0.M2. There has been some refactoring of the relevant code so a back-port may take a little longer than usual.

Re: svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

2015-11-24 Thread Rémy Maucherat
2015-11-24 7:19 GMT+01:00 : > Author: kfujino > Date: Tue Nov 24 06:19:37 2015 > New Revision: 1716039 > > URL: http://svn.apache.org/viewvc?rev=1716039=rev > Log: > Correct the warnnig log of when the member that is not registered in the > membership is detected. > > Since we

Re: svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

2015-11-24 Thread Keiichi Fujino
2015-11-24 17:37 GMT+09:00 Rémy Maucherat : > 2015-11-24 7:19 GMT+01:00 : > > > Author: kfujino > > Date: Tue Nov 24 06:19:37 2015 > > New Revision: 1716039 > > > > URL: http://svn.apache.org/viewvc?rev=1716039=rev > > Log: > > Correct the warnnig log of when

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

2015-11-24 Thread kfujino
Author: kfujino Date: Tue Nov 24 09:11:16 2015 New Revision: 1716083 URL: http://svn.apache.org/viewvc?rev=1716083=rev Log: Remove changelog entry of r1716039. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

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

2015-11-24 Thread Bill Barker
-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.13-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20151124.jar:/srv/gump/packages

Re: Apache Tomcat YouTube channel

2015-11-24 Thread Christopher Schultz
Benjamin, On 11/20/15 2:52 AM, Benjamin Gandon wrote: > Don’t hesitate to share the link to this channel as soon as it is available, > so that people can subscribe to it! +1 Mark, do we have a link we can share with colleagues who can't attend today's presentation? Just a public link for

Re: Apache Tomcat YouTube channel

2015-11-24 Thread Mark Thomas
On 24/11/2015 14:45, Christopher Schultz wrote: > Benjamin, > > On 11/20/15 2:52 AM, Benjamin Gandon wrote: >> Don’t hesitate to share the link to this channel as soon as it is available, >> so that people can subscribe to it! > > +1 > > Mark, do we have a link we can share with colleagues who

[VOTE][RESULT] Release Apache Tomcat 8.0.29

2015-11-24 Thread Mark Thomas
The following votes were cast: Binding: +1: markt, mgrigorov, remm, fschumacher, violetagg, kfujino Non-binding: +1: Huxing Zhang The vote therefore passes. Thanks to everyone who helped with this release. Mark - To

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

2015-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58624 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #8