Re: svn commit: r1605890 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties TransformationFactory.java

2014-06-27 Thread Martin Grigorov
Hi Mark, On Thu, Jun 26, 2014 at 10:44 PM, ma...@apache.org wrote: Author: markt Date: Thu Jun 26 19:44:54 2014 New Revision: 1605890 URL: http://svn.apache.org/r1605890 Log: Fix an i18n TODO Modified: tomcat/trunk/java/org/apache/tomcat/websocket/LocalStrings.properties

Early Access builds for JDK 9 b19, JDK 8u20 b20 are available on java.net

2014-06-27 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Mladen, Early Access builds for JDK 9 b19 https://jdk9.java.net/download/ and JDK 8u20 b20 https://jdk8.java.net/download.html are available on java.net. As we enter the later phases of development for JDK 8u20 , please log any show stoppers as soon as possible. Rgds, Rory --

Re: svn commit: r1605890 - in /tomcat/trunk/java/org/apache/tomcat/websocket: LocalStrings.properties TransformationFactory.java

2014-06-27 Thread Mark Thomas
On 27/06/2014 08:09, Martin Grigorov wrote: Hi Mark, On Thu, Jun 26, 2014 at 10:44 PM, ma...@apache.org wrote: Author: markt Date: Thu Jun 26 19:44:54 2014 New Revision: 1605890 URL: http://svn.apache.org/r1605890 Log: Fix an i18n TODO Modified:

svn commit: r1606072 - /tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java

2014-06-27 Thread markt
Author: markt Date: Fri Jun 27 12:51:19 2014 New Revision: 1606072 URL: http://svn.apache.org/r1606072 Log: Correct comment Modified: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandlerBase.java Modified:

svn commit: r1606103 - in /tomcat/trunk/java/org/apache/tomcat/websocket: ./ server/

2014-06-27 Thread markt
Author: markt Date: Fri Jun 27 14:07:41 2014 New Revision: 1606103 URL: http://svn.apache.org/r1606103 Log: Plumbing to enable transformation / extension processing for outgoing server messages. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PerMessageDeflate.java

Re: Time for 7.0.55

2014-06-27 Thread Mark Thomas
On 23/06/2014 14:00, Violeta Georgieva wrote: 2014-06-22 21:33 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-06-20 23:59 GMT+04:00 Violeta Georgieva miles...@gmail.com: Hi, I would like to start preparing Tomcat 7.0.55 for voting this weekend. If you want to include something in

[Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2014-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 --- Comment #12 from Issa Gorissen flo...@usa.net --- Brian, I've taken a look into the code you've submitted but I failed to understand how this code reduce the number of array copies in comparison with Tomcat's current implementation.

svn commit: r1606114 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2014-06-27 Thread kkolinko
Author: kkolinko Date: Fri Jun 27 15:01:55 2014 New Revision: 1606114 URL: http://svn.apache.org/r1606114 Log: When Eclipse Compiler JAR is updated, make sure to delete its old version from the build/lib directory. Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml

svn commit: r1606128 - in /tomcat/trunk: BUILDING.txt build.xml webapps/docs/changelog.xml

2014-06-27 Thread kkolinko
Author: kkolinko Date: Fri Jun 27 15:32:32 2014 New Revision: 1606128 URL: http://svn.apache.org/r1606128 Log: Simplify setproxy target. The proxy.use flag can now be on, yes or true, so document true as the recommended value. The property expansion feature for if/unless attributes is since Ant

svn commit: r1606135 - in /tomcat/trunk: java/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2014-06-27 Thread kkolinko
Author: kkolinko Date: Fri Jun 27 15:50:05 2014 New Revision: 1606135 URL: http://svn.apache.org/r1606135 Log: Followup to r1604472 for better compatibility. Reintroduce setter methods removed by r1604472 and mark them deprecated. Modified:

svn commit: r1606136 - in /tomcat/trunk: java/org/apache/catalina/connector/InputBuffer.java java/org/apache/coyote/AbstractProtocol.java java/org/apache/coyote/http11/filters/IdentityInputFilter.java

2014-06-27 Thread remm
Author: remm Date: Fri Jun 27 15:52:03 2014 New Revision: 1606136 URL: http://svn.apache.org/r1606136 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 BZ56663: Improve available to also include buffered bytes in the Servlet layer, handle a case (thanks telnet) where the amount

[Bug 56663] Can not get all data from InputStream in onDataAvailable

2014-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56663 Remy Maucherat r...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: Time for 7.0.55

2014-06-27 Thread Konstantin Kolinko
2014-06-27 18:16 GMT+04:00 Mark Thomas ma...@apache.org: On 23/06/2014 14:00, Violeta Georgieva wrote: 2014-06-22 21:33 GMT+03:00 Konstantin Kolinko knst.koli...@gmail.com: 2014-06-20 23:59 GMT+04:00 Violeta Georgieva miles...@gmail.com: Hi, I would like to start preparing Tomcat 7.0.55 for

svn commit: r1606147 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2014-06-27 Thread remm
Author: remm Date: Fri Jun 27 16:31:04 2014 New Revision: 1606147 URL: http://svn.apache.org/r1606147 Log: Avoid NPE. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

Re: svn commit: r1606147 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2014-06-27 Thread Mark Thomas
On 27/06/2014 17:31, r...@apache.org wrote: Author: remm Date: Fri Jun 27 16:31:04 2014 New Revision: 1606147 URL: http://svn.apache.org/r1606147 Log: Avoid NPE. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java How did you get an NPE here? It

Re: svn commit: r1606114 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2014-06-27 Thread Mark Thomas
On 27/06/2014 16:01, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Jun 27 15:01:55 2014 New Revision: 1606114 URL: http://svn.apache.org/r1606114 Log: When Eclipse Compiler JAR is updated, make sure to delete its old version from the build/lib directory. -1. I use a shared lib

Re: svn commit: r1606147 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2014-06-27 Thread Rémy Maucherat
2014-06-27 18:50 GMT+02:00 Mark Thomas ma...@apache.org: URL: http://svn.apache.org/r1606147 Log: Avoid NPE. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java How did you get an NPE here? It shouldn't be possible. Just running the testsuite

Re: svn commit: r1606114 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2014-06-27 Thread Konstantin Kolinko
2014-06-27 20:52 GMT+04:00 Mark Thomas ma...@apache.org: On 27/06/2014 16:01, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Jun 27 15:01:55 2014 New Revision: 1606114 URL: http://svn.apache.org/r1606114 Log: When Eclipse Compiler JAR is updated, make sure to delete its old version

Re: svn commit: r1606114 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2014-06-27 Thread Mark Thomas
On 27/06/2014 18:21, Konstantin Kolinko wrote: 2014-06-27 20:52 GMT+04:00 Mark Thomas ma...@apache.org: On 27/06/2014 16:01, kkoli...@apache.org wrote: Author: kkolinko Date: Fri Jun 27 15:01:55 2014 New Revision: 1606114 URL: http://svn.apache.org/r1606114 Log: When Eclipse Compiler JAR

[Bug 43925] org.apache.jasper.runtime.BodyContentImpl causing huge memory allocations

2014-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43925 --- Comment #13 from Brian Remmington brian.remming...@celestialservices.co.uk --- Hi Issa It's been a while since I raised this (6 years), so I had to refresh my memory. I've just checked out the trunk of Tomcat 8, and the same problem

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-27 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/222 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: Time for 7.0.55

2014-06-27 Thread Christopher Schultz
Mark, On 6/27/14, 10:16 AM, Mark Thomas wrote: Ok I'll wait for you and Chris. Meanwhile the new JDT compiler will be officially released (Luna release - 25.06) and we may include it in 7.0.55. I know we are still waiting for the fixed Windows binaries. What is the status of the remaining

[Bug 56027] Unable to use TCN on RHEL6 boxes if box is booted in fips mode

2014-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 --- Comment #20 from Christopher Schultz ch...@christopherschultz.net --- I believe the SSL2 MD5 routines problem is different from this issue, which was to allow Tomcat to start up with OpenSSL already in FIPS mode (e.g. don't choke and

buildbot success in ASF Buildbot on tomcat-trunk

2014-06-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/223 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1606226 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2014-06-27 Thread remm
Author: remm Date: Fri Jun 27 21:00:56 2014 New Revision: 1606226 URL: http://svn.apache.org/r1606226 Log: Revert null check to check the full testsuite results (sorry for the noise). Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java Modified:

[Bug 56596] OpenSSL 1.0.1g is vulnerable to a man-in-the-middle attack

2014-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56596 --- Comment #6 from Christopher Schultz ch...@christopherschultz.net --- Jeffrey, if you take a look at my post here (http://markmail.org/message/gex3hshaprlxcuzs), you'll find a DOS batch file that, with a few prerequisites, will download

buildbot failure in ASF Buildbot on tomcat-trunk

2014-06-27 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/224 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1606271 - /tomcat/trunk/java/org/apache/tomcat/websocket/WsRemoteEndpointImplBase.java

2014-06-27 Thread remm
Author: remm Date: Fri Jun 27 23:50:46 2014 New Revision: 1606271 URL: http://svn.apache.org/r1606271 Log: Add back the NPE check for now since the testsuite confirms it with all connectors. http://ci.apache.org/builders/tomcat-trunk/builds/224/steps/compile_1/logs/stdio Modified:

buildbot success in ASF Buildbot on tomcat-trunk

2014-06-27 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/225 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source