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, 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 > > tomcat/trunk

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 and JDK 8u20 b20 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 -- Rgd

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, 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/

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: tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMessageHandl

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 tomcat/trunk/j

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 : >> >> 2014-06-20 23:59 GMT+04:00 Violeta Georgieva : >>> Hi, >>> >>> I would like to start preparing Tomcat 7.0.55 for voting this weekend. >>> If you want to include something in addition to this releas

[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 --- 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. I've ran the test

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 i

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: tomcat/trunk/java/org/apache/catalina/connector/Requ

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 of

[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: Time for 7.0.55

2014-06-27 Thread Konstantin Kolinko
2014-06-27 18:16 GMT+04:00 Mark Thomas : > On 23/06/2014 14:00, Violeta Georgieva wrote: >> 2014-06-22 21:33 GMT+03:00 Konstantin Kolinko : >>> >>> 2014-06-20 23:59 GMT+04:00 Violeta Georgieva : Hi, I would like to start preparing Tomcat 7.0.55 for voting this weekend. If you wa

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 U

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 NP

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 share

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 : > > 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 (NIO

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 : > 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 : >> 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 Compil

[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 --- 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 exists, and I still think my code address

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 Sta

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 re

[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 --- 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 die if we're already in FIPS

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: tomcat/trun

[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 --- 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 and build the 32-bit x86 open

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 Sta

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: tomcat/tru

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