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

2016-01-29 Thread Bill Barker
it/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-20160129.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

Re: svn commit: r1716327 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LocalStrings.properties

2016-01-29 Thread Mark Thomas
On 25/11/2015 08:40, kfuj...@apache.org wrote: > Author: kfujino > Date: Wed Nov 25 08:40:23 2015 > New Revision: 1716327 > > URL: http://svn.apache.org/viewvc?rev=1716327&view=rev > Log: > Add null check for mapMember. This appears to create problems when the BackupManager membership is configur

Re: svn commit: r1716327 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LocalStrings.properties

2016-01-29 Thread Mark Thomas
On 29/01/2016 12:15, Mark Thomas wrote: > On 25/11/2015 08:40, kfuj...@apache.org wrote: >> Author: kfujino >> Date: Wed Nov 25 08:40:23 2015 >> New Revision: 1716327 >> >> URL: http://svn.apache.org/viewvc?rev=1716327&view=rev >> Log: >> Add null check for mapMember. > > This appears to create pr

Re: svn commit: r1716327 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LocalStrings.properties

2016-01-29 Thread Keiichi Fujino
2016-01-29 21:42 GMT+09:00 Mark Thomas : > On 29/01/2016 12:15, Mark Thomas wrote: > > On 25/11/2015 08:40, kfuj...@apache.org wrote: > >> Author: kfujino > >> Date: Wed Nov 25 08:40:23 2015 > >> New Revision: 1716327 > >> > >> URL: http://svn.apache.org/viewvc?rev=1716327&view=rev > >> Log: > >>

Re: svn commit: r1716327 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LocalStrings.properties

2016-01-29 Thread Mark Thomas
On 29/01/2016 12:57, Keiichi Fujino wrote: > 2016-01-29 21:42 GMT+09:00 Mark Thomas : > >> On 29/01/2016 12:15, Mark Thomas wrote: >>> On 25/11/2015 08:40, kfuj...@apache.org wrote: Author: kfujino Date: Wed Nov 25 08:40:23 2015 New Revision: 1716327 URL: http://svn.apache

Re: Timing for 9.0.0.M3

2016-01-29 Thread Konstantin Kolinko
2016-01-28 22:58 GMT+03:00 Mark Thomas : > All, > > Now we believe that today's OpenSSL issues don't affect us, I plan to > tag 9.0.0.M3 fairly soon. I want to check a few things around the > Encoder caching and the other connectors first so I'll probably tag > 9.0.0.M3 tomorrow morning. Once that

tagging tomcat 6.0.45 (try2)

2016-01-29 Thread jean-frederic clere
Hi, I am planning to test and tag tomcat 6.0.45 during the week-end. Mark has fixed his session stuff and the openssl we use isn't affected with the latest vulnerability. Any objections? Cheers Jean-Frederic - To unsubscribe,

Re: tagging tomcat 6.0.45 (try2)

2016-01-29 Thread Mark Thomas
On 29/01/2016 15:50, jean-frederic clere wrote: > Hi, > > I am planning to test and tag tomcat 6.0.45 during the week-end. > > Mark has fixed his session stuff and the openssl we use isn't affected > with the latest vulnerability. > > Any objections? I have a regression in clustering to fix and

Re: Timing for 9.0.0.M3

2016-01-29 Thread Rémy Maucherat
2016-01-29 15:36 GMT+01:00 Konstantin Kolinko : > 2016-01-28 22:58 GMT+03:00 Mark Thomas : > > All, > > > > Now we believe that today's OpenSSL issues don't affect us, I plan to > > tag 9.0.0.M3 fairly soon. I want to check a few things around the > > Encoder caching and the other connectors first

Verify your TurboTax account for the tax season

2016-01-29 Thread TurboTax
Sign back in and get your guaranteed biggest refund. View online. Hi there. We want to confirm that... Verify if your TurboTax account and check if Your account is more secured for this tax refund season To do that please click here and log in to your account and confirm your identity

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

2016-01-29 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20160129-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-20160129.jar -Dcommons-d

svn commit: r1727667 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AprEndpoint.java java/org/apache/tomcat/util/net/SSLUtilBase.java java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java we

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:18:19 2016 New Revision: 1727667 URL: http://svn.apache.org/viewvc?rev=1727667&view=rev Log: Fix an NPE in the Manager web application when displaying ciphers for APR/native Align OpenSsl's handling of enabled ciphers/protocols with JSSE Modified: tomcat/trun

svn commit: r1727670 - /tomcat/trunk/java/org/apache/catalina/session/StandardSession.java

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:29:52 2016 New Revision: 1727670 URL: http://svn.apache.org/viewvc?rev=1727670&view=rev Log: Fix potential NPE when clustering Modified: tomcat/trunk/java/org/apache/catalina/session/StandardSession.java Modified: tomcat/trunk/java/org/apache/catalina/sessio

svn commit: r1727672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/session/StandardSession.java

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:31:57 2016 New Revision: 1727672 URL: http://svn.apache.org/viewvc?rev=1727672&view=rev Log: Avoid NPE when clustering Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/session/StandardSession.java Propchange

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

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:31:12 2016 New Revision: 1727671 URL: http://svn.apache.org/viewvc?rev=1727671&view=rev Log: Avoid NPE when clustering Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache/catalina/session/StandardSession.java Propchange

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

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:32:54 2016 New Revision: 1727673 URL: http://svn.apache.org/viewvc?rev=1727673&view=rev Log: Avoid NPE when clustering Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java Propchange

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

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:47:32 2016 New Revision: 1727675 URL: http://svn.apache.org/viewvc?rev=1727675&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58768 Log a warning if a redirect fails because of an invalid location. Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1727676 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:49:57 2016 New Revision: 1727676 URL: http://svn.apache.org/viewvc?rev=1727676&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58768 Log a warning if a redirect fails because of an invalid location. Modified: tomcat/tc8.0.x/trunk/ (props ch

svn commit: r1727677 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2016-01-29 Thread markt
Author: markt Date: Sat Jan 30 00:54:35 2016 New Revision: 1727677 URL: http://svn.apache.org/viewvc?rev=1727677&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58768 Log a warning if a redirect fails because of an invalid location. Modified: tomcat/tc7.0.x/trunk/ (props ch

Re: tagging tomcat 6.0.45 (try2)

2016-01-29 Thread Mark Thomas
On 29/01/2016 15:58, Mark Thomas wrote: > On 29/01/2016 15:50, jean-frederic clere wrote: >> Hi, >> >> I am planning to test and tag tomcat 6.0.45 during the week-end. >> >> Mark has fixed his session stuff and the openssl we use isn't affected >> with the latest vulnerability. >> >> Any objections

[Bug 58768] Add Logging to Response.sendRedirect

2016-01-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58768 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Timing for 9.0.0.M3

2016-01-29 Thread Mark Thomas
On 29/01/2016 16:31, Rémy Maucherat wrote: > 2016-01-29 15:36 GMT+01:00 Konstantin Kolinko : > >> 2016-01-28 22:58 GMT+03:00 Mark Thomas : >>> All, >>> >>> Now we believe that today's OpenSSL issues don't affect us, I plan to >>> tag 9.0.0.M3 fairly soon. I want to check a few things around the >>

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

2016-01-29 Thread Bill Barker
it/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-20160129.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-01-29 Thread Bill Barker
mons/daemon/dist/bin/commons-daemon-20160129-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-20160129/lib -Dtest.relaxTiming=true -Dcommons-daemon.

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

2016-01-29 Thread Bill Barker
it/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-20160129.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

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

2016-01-29 Thread Bill Barker
it/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-20160129.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo