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

2014-07-09 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-bio has an issue affecting its community integration. Th

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

2014-07-09 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

svn commit: r1609342 - /tomcat/trunk/java/org/apache/tomcat/util/codec/

2014-07-09 Thread markt
Author: markt Date: Thu Jul 10 00:04:58 2014 New Revision: 1609342 URL: http://svn.apache.org/r1609342 Log: No changes to codec. Just update mergeinfo to reflect that Modified: tomcat/trunk/java/org/apache/tomcat/util/codec/ (props changed) Propchange: tomcat/trunk/java/org/apache/tomcat/u

svn commit: r1609340 - in /tomcat/trunk: java/org/apache/tomcat/util/http/fileupload/ java/org/apache/tomcat/util/http/fileupload/disk/DiskFileItem.java webapps/docs/changelog.xml

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 23:58:55 2014 New Revision: 1609340 URL: http://svn.apache.org/r1609340 Log: Merge changes from FileUpload up to r1596086. Modified: tomcat/trunk/java/org/apache/tomcat/util/http/fileupload/ (props changed) tomcat/trunk/java/org/apache/tomcat/util/http/fi

svn commit: r1609339 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2014-07-09 Thread remm
Author: remm Date: Wed Jul 9 23:52:07 2014 New Revision: 1609339 URL: http://svn.apache.org/r1609339 Log: Notice apparent problems with NIO2 "sendfile" (only with SSL from what I can see) while testing ciphers. Temporarily disable for now. Modified: tomcat/trunk/java/org/apache/tomcat/util/

svn commit: r1609334 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel: ./ classfile/ElementValue.java classfile/LocalVariableTypeTable.java classfile/RuntimeInvisibleAnnotations.java

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 22:48:55 2014 New Revision: 1609334 URL: http://svn.apache.org/r1609334 Log: Merge BCEL changes to r1609331. No fucntional change. Cosmetic changes only. Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/ (props changed) tomcat/trunk/java/org/apache/

svn commit: r1609331 - in /tomcat/trunk: java/org/apache/tomcat/dbcp/dbcp2/ java/org/apache/tomcat/dbcp/dbcp2/datasources/InstanceKeyDataSource.java webapps/docs/changelog.xml

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 22:11:43 2014 New Revision: 1609331 URL: http://svn.apache.org/r1609331 Log: Merge changes from DBCP 2 up to r1609329. Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/ (props changed) tomcat/trunk/java/org/apache/tomcat/dbcp/dbcp2/datasources/Ins

svn commit: r1609329 - in /tomcat/trunk: java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/ webapps/docs/

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 22:09:19 2014 New Revision: 1609329 URL: http://svn.apache.org/r1609329 Log: Merge changes from Pool 2 to r1609323. Modified: tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/ (props changed) tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/impl/BaseGenericOb

svn commit: r1609327 - in /tomcat/trunk: java/org/apache/tomcat/buildutil/ java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/ res/checkstyle/ webapps/docs/

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 22:08:17 2014 New Revision: 1609327 URL: http://svn.apache.org/r1609327 Log: Revert r1609326 as it contained fixes for multiple separate issues Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java tomcat/trunk/java/org/apache/tomcat/dbcp/poo

svn commit: r1609326 - in /tomcat/trunk: java/org/apache/tomcat/buildutil/ java/org/apache/tomcat/dbcp/pool2/ java/org/apache/tomcat/dbcp/pool2/impl/ res/checkstyle/ webapps/docs/

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 22:04:44 2014 New Revision: 1609326 URL: http://svn.apache.org/r1609326 Log: Merge changes from Pool 2 to r1609323. Modified: tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java tomcat/trunk/java/org/apache/tomcat/dbcp/pool2/ (props changed) t

RE: Keystore plaintext password

2014-07-09 Thread Caldarale, Charles R
> From: Andrew Carr [mailto:andrewlanec...@gmail.com] > Subject: Keystore plaintext password > There is no way to encrypt the keystore password that I can find. Is > there a reason for this? Read the FAQ: http://wiki.apache.org/tomcat/FAQ/Password Or as Chris S so eloquently quoted recently, "

Keystore plaintext password

2014-07-09 Thread Andrew Carr
Hi all, I was reviewing the Keystore implementation in the Tomcat JSSE files. There is no way to encrypt the keystore password that I can find. Is there a reason for this? Would adding a digested password feature, or something similar, like the ability to use digested passwords in Realm configu

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56608 --- Comment #7 from Mark Thomas --- deployOnStartup will be in server.xml on the Host. It will use the default (true) if not specified. Thanks for all the information. I think we have enough information to start looking at this. -- You a

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56608 rem...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from rem...@g

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56608 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Mark Th

[Bug 56608] WatchedResource configured in $TomcatHome\conf\Catalina\localhost context XML file not triggering context reload after working for several days

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56608 rem...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from rem...@g

Re: Time for 7.0.55

2014-07-09 Thread Violeta Georgieva
Hi, 2014-07-09 17:35 GMT+03:00 Konstantin Kolinko : > > 2014-07-09 6:39 GMT+04:00 Konstantin Kolinko : > > 2014-07-08 13:45 GMT+04:00 Konstantin Kolinko : > >> 2014-07-08 13:17 GMT+04:00 Mark Thomas : > >>> On 27/06/2014 17:20, Konstantin Kolinko wrote: > 2014-06-27 18:16 GMT+04:00 Mark Thoma

Re: Time for 8.0.10

2014-07-09 Thread Rémy Maucherat
2014-07-09 18:35 GMT+02:00 Mark Thomas : > If there something that you really want to get into 8.0.10 and you need > more time then speak now. And remember, if it doesn't make it, 8.0.next > will be along in a few weeks anyway. > > +1 I'll wait for the next one before making any change to the defa

Re: Safe default SSL ciphers

2014-07-09 Thread Mark Thomas
On 09/07/2014 13:46, jean-frederic clere wrote: > On 09/07/14 02:22, Konstantin Kolinko wrote: >> 2014-07-08 23:52 GMT+04:00 Rémy Maucherat : >>> Hi, >>> >>> Using the newly added OpenSSL syntax processor, a safe default cipher >>> suite >>> can be expressed as (for both native and JSSE): >>> "HIGH

Time for 8.0.10

2014-07-09 Thread Mark Thomas
I'd like to tag 8.0.10 fairly soon (hopefully in the next few hours). We are past the start of the month and I'd really like to get back to the monthly release cycle. All the open bugs are fixed (excluding the cookie issues which are being fixed over the longer term) and I ran the unit tests earli

svn commit: r1609183 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 14:41:49 2014 New Revision: 1609183 URL: http://svn.apache.org/r1609183 Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1609183&r1=1609182&r

Re: Time for 7.0.55

2014-07-09 Thread Konstantin Kolinko
2014-07-09 6:39 GMT+04:00 Konstantin Kolinko : > 2014-07-08 13:45 GMT+04:00 Konstantin Kolinko : >> 2014-07-08 13:17 GMT+04:00 Mark Thomas : >>> On 27/06/2014 17:20, Konstantin Kolinko wrote: 2014-06-27 18:16 GMT+04:00 Mark Thomas : > On 23/06/2014 14:00, Violeta Georgieva wrote: >> 20

svn commit: r1609176 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 14:32:34 2014 New Revision: 1609176 URL: http://svn.apache.org/r1609176 Log: Allow to configure maxSwallowSize attribute of an HTTP connector via JMX. This makes sense when configuring a new connector via JMX. Merged r1609175 from tomcat/trunk. Modified: tom

svn commit: r1609175 - in /tomcat/trunk: java/org/apache/catalina/connector/mbeans-descriptors.xml webapps/docs/changelog.xml

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 14:27:35 2014 New Revision: 1609175 URL: http://svn.apache.org/r1609175 Log: Allow to configure maxSwallowSize attribute of an HTTP connector via JMX. This makes sense when configuring a new connector via JMX. Modified: tomcat/trunk/java/org/apache/catalina/c

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

2014-07-09 Thread Bill Barker
it/target/junit-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140709-native-src.tar.gz -Dexamples.sources.

svn commit: r1609154 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractInputBuffer.java

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 13:54:34 2014 New Revision: 1609154 URL: http://svn.apache.org/r1609154 Log: Correct a comment. "chunked" filter is at [1] (Constants.CHUNKED_FILTER). "identity" filter is at [0] (Constants.IDENTITY_FILTER). Modified: tomcat/trunk/java/org/apache/coyote/http1

svn commit: r1609145 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapper.java

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 13:22:49 2014 New Revision: 1609145 URL: http://svn.apache.org/r1609145 Log: Aligned Tomcat 7 Mapper tests with trunk ones. Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/util/http/mapper/TestMapper.java Modified: tomcat/tc7.0.x/trunk/test/org/apache

Re: Safe default SSL ciphers

2014-07-09 Thread jean-frederic clere
On 09/07/14 02:22, Konstantin Kolinko wrote: 2014-07-08 23:52 GMT+04:00 Rémy Maucherat : Hi, Using the newly added OpenSSL syntax processor, a safe default cipher suite can be expressed as (for both native and JSSE): "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5" This avoids weak ciphers in a neat

svn commit: r1609130 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 12:28:50 2014 New Revision: 1609130 URL: http://svn.apache.org/r1609130 Log: Mark MapElement fields as final, for better multithreading behaviour. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/tc7.0.x/tr

[Bug 56658] Concurrency issue with wrapper mappings in Mapper

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56658 Konstantin Kolinko changed: What|Removed |Added Component|Catalina|Catalina Version|7

buildbot failure in ASF Buildbot on tomcat-trunk

2014-07-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/256 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source Sta

svn commit: r1609112 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/mapper/ test/org/apache/tomcat/util/http/mapper/ webapps/docs/

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 11:48:37 2014 New Revision: 1609112 URL: http://svn.apache.org/r1609112 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56658 Avoid delay between registrations of mappings for context and for its servlets. It is backport of r1606714. Added: tomc

[Bug 56648] ContainerBase.addChild blocks all user requests while single webapp is being deployed

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56648 --- Comment #3 from Mark Thomas --- Port of fix proposed for 6.0.x. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: d

svn commit: r1609106 - /tomcat/trunk/java/org/apache/catalina/mapper/MapperListener.java

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 11:22:24 2014 New Revision: 1609106 URL: http://svn.apache.org/r1609106 Log: Simplify. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/mapper/MapperListener.java Modified: tomcat/trunk/java/org/apache/catalina/mapper/MapperListener.java

svn commit: r1609103 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/MapperListener.java

2014-07-09 Thread kkolinko
Author: kkolinko Date: Wed Jul 9 11:15:15 2014 New Revision: 1609103 URL: http://svn.apache.org/r1609103 Log: Simplify. No functional change. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/MapperListener.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connec

svn commit: r1609102 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 11:14:56 2014 New Revision: 1609102 URL: http://svn.apache.org/r1609102 Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1609102&r1=1609101&r

svn commit: r1609096 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 11:03:12 2014 New Revision: 1609096 URL: http://svn.apache.org/r1609096 Log: (empty) Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1609096&r1=1609095&r2

[Bug 56684] java7: java.net.SocketTimeoutException: Accept timed out

2014-07-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 --- Comment #10 from Mark Thomas --- The workaround and simple debug code was pretty simple so I have backported it to 7.0.x (it will be in 7.0.55 onwards) and proposed if for 6.0.x. -- You are receiving this mail because: You are the ass

svn commit: r1609079 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardServer.java webapps/docs/changelog.xml

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 10:24:49 2014 New Revision: 1609079 URL: http://svn.apache.org/r1609079 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 Add a workaround for a bug that should never happen along with some basic debug logging. Modified: tomcat/tc7.0.x/trunk/

Re: svn commit: r1608963 - in /tomcat/trunk: java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardServer.java webapps/docs/changelog.xml

2014-07-09 Thread Mark Thomas
On 08/07/2014 23:14, Konstantin Kolinko wrote: > 2014-07-09 2:08 GMT+04:00 : >> Author: markt >> Date: Tue Jul 8 22:08:26 2014 >> New Revision: 1608963 >> >> URL: http://svn.apache.org/r1608963 >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56684 >> Add a workaround for a bug t

svn commit: r1609061 - /tomcat/trunk/java/org/apache/catalina/core/StandardServer.java

2014-07-09 Thread markt
Author: markt Date: Wed Jul 9 09:10:35 2014 New Revision: 1609061 URL: http://svn.apache.org/r1609061 Log: Remove test code Modified: tomcat/trunk/java/org/apache/catalina/core/StandardServer.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardServer.java URL: http://svn.apac