buildbot failure in ASF Buildbot on tomcat-trunk

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

buildbot success in ASF Buildbot on tomcat-7-trunk

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

buildbot failure in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1602585 - in /tomcat/tc7.0.x/trunk/test/webapp-3.0: bug56581.jsp bug5nnnn/bug56581.jsp

2014-06-14 Thread kkolinko
Author: kkolinko Date: Sat Jun 14 12:48:25 2014 New Revision: 1602585 URL: http://svn.apache.org/r1602585 Log: Followup to r1602584: fix broken test for BZ 56581. I placed jsp file into a wrong directory, so the test request failed. Added: tomcat/tc7.0.x/trunk/test/webapp-3.0/bug5/bug5658

[Bug 56581] When an error occurs on a long JSP page, do not loose last chunk of printed text

2014-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56581 --- Comment #5 from Konstantin Kolinko --- Applied to Tomcat 7 in r1602584 and will be in 7.0.55 onwards. -- You are receiving this mail because: You are the assignee for the bug. -

svn commit: r1602584 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Generator.java test/org/apache/jasper/compiler/TestGenerator.java test/webapp-3.0/bug56581.jsp webapps/docs/changelo

2014-06-14 Thread kkolinko
Author: kkolinko Date: Sat Jun 14 12:31:07 2014 New Revision: 1602584 URL: http://svn.apache.org/r1602584 Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56581 If an error on a JSP page occurs when response has already been committed, do not clear the buffer of JspWriter, but flush it.

svn commit: r1602583 - /tomcat/trunk/webapps/docs/changelog.xml

2014-06-14 Thread kkolinko
Author: kkolinko Date: Sat Jun 14 12:27:16 2014 New Revision: 1602583 URL: http://svn.apache.org/r1602583 Log: Changelog for BZ 56581: Fix a typo and improve wording. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

Re: svn commit: r1601590 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java Nio2Endpoint.java

2014-06-14 Thread Konstantin Kolinko
2014-06-14 14:29 GMT+04:00 Konstantin Kolinko : > 2014-06-11 0:47 GMT+04:00 Mark Thomas : >> On 10/06/2014 21:01, Konstantin Kolinko wrote: >>> 2014-06-10 18:06 GMT+04:00 Mark Thomas : On 10/06/2014 10:52, ma...@apache.org wrote: > Author: markt > Date: Tue Jun 10 09:52:56 2014 > N

Re: svn commit: r1601590 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractEndpoint.java AprEndpoint.java JIoEndpoint.java Nio2Endpoint.java

2014-06-14 Thread Konstantin Kolinko
2014-06-11 0:47 GMT+04:00 Mark Thomas : > On 10/06/2014 21:01, Konstantin Kolinko wrote: >> 2014-06-10 18:06 GMT+04:00 Mark Thomas : >>> On 10/06/2014 10:52, ma...@apache.org wrote: Author: markt Date: Tue Jun 10 09:52:56 2014 New Revision: 1601590 URL: http://svn.apache.or

svn propchange: r1602483 - svn:log

2014-06-14 Thread kkolinko
Author: kkolinko Revision: 1602483 Modified property: svn:log Modified: svn:log at Sat Jun 14 10:03:44 2014 -- --- svn:log (original) +++ svn:log Sat Jun 14 10:03:44 2014 @@ -0,0 +1 @@ +Fix comment typo and other clean-up