buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot failure in ASF Buildbot on tomcat-trunk

2014-03-21 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/5624 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Christopher Schultz
All, On 3/19/14, 5:14 PM, Mark Thomas wrote: > The proposed 8.0.4 release is: > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 8.0.4 (alpha) > [X] Beta - go ahead and release as 8.0.4 (beta) > [ ] Stable - go ahead and release as 8.0.4 (stable) Notes for testing on Linux 2.6

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

2014-03-21 Thread markt
Author: markt Date: Fri Mar 21 23:09:26 2014 New Revision: 1580084 URL: http://svn.apache.org/r1580084 Log: Fix changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog

svn commit: r1580083 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java java/org/apache/catalina/core/LocalStrings.properties java/org/apache/coyote/AsyncContextCallbac

2014-03-21 Thread markt
Author: markt Date: Fri Mar 21 23:08:42 2014 New Revision: 1580083 URL: http://svn.apache.org/r1580083 Log: Rework the fix for 56190 as the previous fix did not recycle the request in all cases leading to mis-routing of requests. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Mark Thomas
On 20/03/2014 13:58, Mark Thomas wrote: > On 19/03/2014 21:14, Mark Thomas wrote: >> [X] Beta - go ahead and release as 8.0.4 (beta) I'm changing my vote to Broken after a regression was discovered in the fix for bug 56190. I'll try and tag 8.0.5 over the weekend. Mark ---

svn commit: r1580080 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/coyote/ webapps/docs/

2014-03-21 Thread markt
Author: markt Date: Fri Mar 21 23:04:07 2014 New Revision: 1580080 URL: http://svn.apache.org/r1580080 Log: Rework the fix for 56190 as the previous fix did not recycle the request in all cases leading to mis-routing of requests. Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncCon

svn commit: r1580073 - /tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2014-03-21 Thread markt
Author: markt Date: Fri Mar 21 22:20:28 2014 New Revision: 1580073 URL: http://svn.apache.org/r1580073 Log: Remove more unused code. Reduce visibility of static fields Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java Modified: tomcat/trunk/webapps/example

svn commit: r1580072 - /tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java

2014-03-21 Thread markt
Author: markt Date: Fri Mar 21 22:16:34 2014 New Revision: 1580072 URL: http://svn.apache.org/r1580072 Log: Remove unused code. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/async/AsyncStockServle

Re: Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
Great thanks, that helped me track it down. On Fri, Mar 21, 2014 at 9:46 AM, Konstantin Kolinko wrote: > 2014-03-21 17:28 GMT+04:00 mrs.nospam : > > I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying > to > > figure out why a request isn't going through the > > org.apache.ca

svn commit: r1580033 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 19:55:48 2014 New Revision: 1580033 URL: http://svn.apache.org/r1580033 Log: Forgot to check the return value for blocking writes as all other places do, oops (some platforms could be returning a negative value after a disconnect rather than throw an exception). Mo

svn commit: r1580032 - in /tomcat/trunk: java/org/apache/coyote/http11/InternalNio2OutputBuffer.java webapps/docs/changelog.xml

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 19:50:51 2014 New Revision: 1580032 URL: http://svn.apache.org/r1580032 Log: Improve trigger of the onWritePossible notification. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer.java tomcat/trunk/webapps/docs/changelog.xml Modif

svn commit: r1580031 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java res/LocalStrings.properties

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 19:50:11 2014 New Revision: 1580031 URL: http://svn.apache.org/r1580031 Log: - Actually follow the instructions on proper NIO2 shutdown. Much cleaner indeed. - The downside is that the executor is exclusive to the thread group (no way around this), so it cannot be sh

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Rémy Maucherat
2014-03-21 20:26 GMT+01:00 Christopher Schultz : > I'll give it a try. > > It looks like I have another hang, the first time I (re)tried. Here is > the tail of the console log: > > [junit] 21-Mar-2014 15:21:41.229 INFO [main] > org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandl

svn commit: r1580030 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 19:45:39 2014 New Revision: 1580030 URL: http://svn.apache.org/r1580030 Log: Improve test so that it cannot hang forever (it will check it gets an exception and completed, instead). Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteAdapter.java

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Christopher Schultz
Rémy, On 3/21/14, 3:17 PM, Rémy Maucherat wrote: > 2014-03-21 19:02 GMT+01:00 Christopher Schultz > : > >> It appears that the test has completely-stalled in NIO2 on Linux 2.6.32 >> x86_64 under Oracle's 1.7.0_45 JVM. >> >> I haven't run into trouble with that particular test yet. Some tests coul

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Rémy Maucherat
2014-03-21 19:02 GMT+01:00 Christopher Schultz : > It appears that the test has completely-stalled in NIO2 on Linux 2.6.32 > x86_64 under Oracle's 1.7.0_45 JVM. > > I haven't run into trouble with that particular test yet. Some tests could use some timeout and clean fail, though, for example, this

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

2014-03-21 Thread Christopher Schultz
Konstantin, On 3/21/14, 10:44 AM, Konstantin Kolinko wrote: > 2014-03-21 17:46 GMT+04:00 : >> Author: schultz >> Date: Fri Mar 21 13:46:53 2014 >> New Revision: 1579941 >> >> URL: http://svn.apache.org/r1579941 >> Log: >> Updated votes. >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >> >>

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Christopher Schultz
All, On 3/19/14, 5:14 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.4 release is now available for voting. > > The main changes since 8.0.3 are: > - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in > the default configuration > - Add new, experimental HTTP and AJP

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Yoav Shapira
On Wed, Mar 19, 2014 at 5:14 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.4 release is now available for voting. > > The main changes since 8.0.3 are: > - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in > the default configuration > - Add new, experimental HTTP a

svn commit: r1579972 - /tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 16:21:22 2014 New Revision: 1579972 URL: http://svn.apache.org/r1579972 Log: Fix time in test (oops). Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java Modified: tomcat/trunk/test/org/apache/catalina/nonblocking/TestNonBlocking

[Bug 56297] Attempted optimisation does not (improve performance)

2014-03-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56297 Thomas Schodt changed: What|Removed |Added Version|unspecified |1.2.37 -- You are receiving this

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

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 15:03:05 2014 New Revision: 1579953 URL: http://svn.apache.org/r1579953 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=1579953&r1=1579952&r2=1

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

2014-03-21 Thread Konstantin Kolinko
2014-03-21 17:46 GMT+04:00 : > Author: schultz > Date: Fri Mar 21 13:46:53 2014 > New Revision: 1579941 > > URL: http://svn.apache.org/r1579941 > Log: > Updated votes. > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: > http://svn.apache.org/

[Bug 53367] Database failure may cause pool to hang

2014-03-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Filip Hanik changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

Re: Debugging Tomcat 7 Cors Filter

2014-03-21 Thread Konstantin Kolinko
2014-03-21 17:28 GMT+04:00 mrs.nospam : > I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying to > figure out why a request isn't going through the > org.apache.cataline.filters.CorsFilter. It's a complex web app with a lot > of filters configured. Some requests hit the filter

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

2014-03-21 Thread schultz
Author: schultz Date: Fri Mar 21 13:46:53 2014 New Revision: 1579941 URL: http://svn.apache.org/r1579941 Log: Updated 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=1579941&r1=1

Re: ant version 1.8.2 or later is required for Tomcat 7 build

2014-03-21 Thread Konstantin Kolinko
2014-03-21 17:03 GMT+04:00 Violeta Georgieva : > Hi, > > With r1570844 Tomcat build requires ant version 1.8.2 or later. > The BUILDING.txt describes "Install Apache Ant 1.8.x on your computer". > I will change it to "Install Apache Ant 1.8.2 or later on your computer". > Wdyt? +1. Best regards

Debugging Tomcat 7 Cors Filter

2014-03-21 Thread mrs.nospam
I'm using Eclipse to remote debug a Tomcat 7.0.47 instance. I'm trying to figure out why a request isn't going through the org.apache.cataline.filters.CorsFilter. It's a complex web app with a lot of filters configured. Some requests hit the filter and I can debug them properly and others are no

svn commit: r1579938 - in /tomcat/site/trunk: docs/index.html docs/oldnews-2012.html xdocs/index.xml xdocs/oldnews-2012.xml

2014-03-21 Thread kkolinko
Author: kkolinko Date: Fri Mar 21 13:14:18 2014 New Revision: 1579938 URL: http://svn.apache.org/r1579938 Log: Announcement for mod_jk 1.2.39 Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews-2012.html tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xd

ant version 1.8.2 or later is required for Tomcat 7 build

2014-03-21 Thread Violeta Georgieva
Hi, With r1570844 Tomcat build requires ant version 1.8.2 or later. The BUILDING.txt describes "Install Apache Ant 1.8.x on your computer". I will change it to "Install Apache Ant 1.8.2 or later on your computer". Wdyt? Regards Violeta

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-03-21 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/1824 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build So

svn commit: r1579933 - in /tomcat/trunk: java/org/apache/coyote/http11/InternalNio2OutputBuffer.java webapps/docs/changelog.xml

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 12:30:40 2014 New Revision: 1579933 URL: http://svn.apache.org/r1579933 Log: Add missing clear after writing the buffers (in practice this shouldn't be needed though). If an exception occurs the response will be recycled so no need for a finally. Modified: tomc

[Bug 56297] Attempted optimisation does not (improve performance)

2014-03-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56297 --- Comment #1 from Thomas Schodt --- Patch tested on linux. $ svn diff jk_map.c Index: jk_map.c === --- jk_map.c(revision 1579918) +++ jk_map.c(working copy) @@ -36,8

[Bug 56297] New: Attempted optimisation does not (improve performance)

2014-03-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56297 Bug ID: 56297 Summary: Attempted optimisation does not (improve performance) Product: Tomcat Connectors Version: unspecified Hardware: All OS: All Status: NEW

svn commit: r1579931 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/descriptor/LocalResolver.java webapps/docs/changelog.xml

2014-03-21 Thread kkolinko
Author: kkolinko Date: Fri Mar 21 12:16:34 2014 New Revision: 1579931 URL: http://svn.apache.org/r1579931 Log: Merged r1576288 from tomcat/trunk: Add a work-around for XML documents (often TLDs) that only refer to JavaEE schemas by file name Backport of markt's patch. Modified: tomcat/tc7.0.

svn commit: r1579928 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml

2014-03-21 Thread kkolinko
Author: kkolinko Date: Fri Mar 21 11:48:28 2014 New Revision: 1579928 URL: http://svn.apache.org/r1579928 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56283 Add issue number for r1579176 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/cha

svn commit: r1579925 - in /tomcat/trunk/java/org/apache: coyote/http11/InternalNio2OutputBuffer.java tomcat/util/net/Nio2Endpoint.java

2014-03-21 Thread remm
Author: remm Date: Fri Mar 21 11:07:20 2014 New Revision: 1579925 URL: http://svn.apache.org/r1579925 Log: - Reliably allow blocking following non blocking if some flushing is needed on end. - Use debug log level in case of a rejected execution, which can occur on shutdown. Modified: tomcat

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

2014-03-21 Thread Konstantin Kolinko
2014-03-20 23:58 GMT+04:00 Christopher Schultz : > Mark, > > On 3/19/14, 6:35 PM, ma...@apache.org wrote: >> Author: markt >> Date: Wed Mar 19 22:35:46 2014 >> New Revision: 1579428 >> == >> --- tomcat/tc6.0.x/trunk/STATUS.

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Rémy Maucherat
2014-03-21 10:42 GMT+01:00 Konstantin Kolinko : > I am not voting yet. > The test suite did pass successfully for BIO,NIO,APR,NIO2 with JDK > 7u51 (32-bit) on Windows 7, except for the following test with NIO2: > > TEST-org.apache.catalina.connector.TestCoyoteOutputStream.NIO2.txt > [[[ > Testcas

[Bug 56296] New: AjpNioProcessor throws java.nio.BufferOverflowException

2014-03-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56296 Bug ID: 56296 Summary: AjpNioProcessor throws java.nio.BufferOverflowException Product: Tomcat 7 Version: 7.0.52 Hardware: All Status: NEW Sever

Re: [VOTE] Release Apache Tomcat 8.0.4

2014-03-21 Thread Konstantin Kolinko
2014-03-20 1:14 GMT+04:00 Mark Thomas : > The proposed Apache Tomcat 8.0.4 release is now available for voting. > > The main changes since 8.0.3 are: > - Update Eclipse JDT compiler to enable full Java 8 support for JSPs in > the default configuration > - Add new, experimental HTTP and AJP connec

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

2014-03-21 Thread kkolinko
Author: kkolinko Date: Fri Mar 21 08:35:17 2014 New Revision: 1579896 URL: http://svn.apache.org/r1579896 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=1579896&r1=1579895&r