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:

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 ma...@apache.org: 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

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/

[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 ma...@apache.org --- 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

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:

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:

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:

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:

[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 ma...@apache.org --- Port of fix proposed for 6.0.x. -- You are receiving this mail because: You are the assignee for the bug. - To

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:

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:

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 r...@apache.org: 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

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:

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:

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:

Re: Time for 7.0.55

2014-07-09 Thread Konstantin Kolinko
2014-07-09 6:39 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-07-08 13:45 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-07-08 13:17 GMT+04:00 Mark Thomas ma...@apache.org: On 27/06/2014 17:20, Konstantin Kolinko wrote: 2014-06-27 18:16 GMT+04:00 Mark Thomas

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:

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

Re: Time for 8.0.10

2014-07-09 Thread Rémy Maucherat
2014-07-09 18:35 GMT+02:00 Mark Thomas ma...@apache.org: 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

Re: Time for 7.0.55

2014-07-09 Thread Violeta Georgieva
Hi, 2014-07-09 17:35 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-07-09 6:39 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-07-08 13:45 GMT+04:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-07-08 13:17 GMT+04:00 Mark Thomas ma...@apache.org: On 27/06/2014

[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 ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

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

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, It's

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)

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)

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:

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)

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: