[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2014-03-26 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

[Bug 56310] PooledConnection and XAConnection not handled correctly

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56310 Filip Hanik changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Filip H

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #4 from Filip Hanik --- Not sure this would be a bug. It is your responsibility to close statements in your application. However, you can configure the pool to do it for you https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.ht

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

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 21:24:08 2014 New Revision: 1582066 URL: http://svn.apache.org/r1582066 Log: Update changelog for try-with-resources Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tr

svn commit: r1582064 - in /tomcat/trunk: ./ java/org/apache/juli/ java/org/apache/tomcat/buildutil/ java/org/apache/tomcat/util/modeler/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/ne

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 21:22:31 2014 New Revision: 1582064 URL: http://svn.apache.org/r1582064 Log: Complete first pass of try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/juli/FileHandler.java tomcat/trunk/java/org/apache/tomcat/buildutil

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #3 from Danila Galimov --- No, could you please clarify how can I do that? -- You are receiving this mail because: You are the assignee for the bug. - To uns

buildbot success in ASF Buildbot on tomcat-trunk

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

svn propchange: r1582009 - svn:log

2014-03-26 Thread kkolinko
Author: kkolinko Revision: 1582009 Modified property: svn:log Modified: svn:log at Wed Mar 26 19:50:41 2014 -- --- svn:log (original) +++ svn:log Wed Mar 26 19:50:41 2014 @@ -0,0 +1,2 @@ +Fix custom UTF-8 decoder so that a

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 --- Comment #13 from Timcesq --- A quick workaround would be to check for NULL before doing the read. However, if the library is designed so that there shouldn't be any NULLs at this point in the code, such patch would only mask the underly

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 --- Comment #12 from Timcesq --- What I meant is that the s->pe is NULL, so a read from that address crashes the application. -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 Timcesq changed: What|Removed |Added OS||All --- Comment #11 from Timcesq --- I

Re: Java 8 support

2014-03-26 Thread Mark Thomas
On 26/03/2014 16:01, Mark Thomas wrote: > On 26/03/2014 15:59, Rémy Maucherat wrote: >> Hi, >> >> As I was looking at 55988, the testsuite seems to have two issues with Java >> 8 at the moment: >> - test.name=org/apache/tomcat/util/buf/TestUtf8.java >> UTF-8 experts wanted ! > > That will be me. I

svn commit: r1582010 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8.java webapps/docs/changelog.xml

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 18:53:36 2014 New Revision: 1582010 URL: http://svn.apache.org/r1582010 Log: Fix custom UTF-8 decoder so that a byte of value 0xC1 is always rejected immediately as it is never valid in a UTF-8 byte sequence. Update UTF-8 decoder tests to account for UTF-8 decoding

svn commit: r1582009 - in /tomcat/trunk: java/org/apache/tomcat/util/buf/Utf8Decoder.java test/org/apache/tomcat/util/buf/TestUtf8.java webapps/docs/changelog.xml

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 18:49:43 2014 New Revision: 1582009 URL: http://svn.apache.org/r1582009 Log: (empty) Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Utf8Decoder.java tomcat/trunk/test/org/apache/tomcat/util/buf/TestUtf8.java tomcat/trunk/webapps/docs/changelog.xm

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 --- Comment #10 from Timcesq --- Created attachment 31441 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31441&action=edit JMeter test plan -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 Timcesq changed: What|Removed |Added OS|All |Windows 8 -- You are receiving this mai

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 --- Comment #2 from Christopher Schultz --- Have you enabled "abandoned" logging? I believe tomcat-pool is less kind than DBCP when you have resource leaks in your application. -- You are receiving this mail because: You are the assignee

Re: Running Tomcat under Eclipse Debugger

2014-03-26 Thread Christopher Schultz
Konstantin, On 3/25/14, 4:30 PM, Konstantin Kolinko wrote: > 2014-03-26 0:20 GMT+04:00 Christopher Schultz : >> All, >> >> I've only just started running Tomcat under the Eclipse Debugger and it >> seemed to take forever to launch -- due to web application deployment. >> See below for the catalina

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56313 --- Comment #9 from Christopher Schultz --- Could you provide a JMeter test case? I'm sure that would be helpful. I'm not win32 dev, but I'm sure something that can reproduce the issue would be helpful to whoever looks at this. -- You are

Re: Java 8 support

2014-03-26 Thread Rémy Maucherat
2014-03-26 17:10 GMT+01:00 Konstantin Kolinko : > 1. Can you cite what the errors are? > An error occurred at line: [22] in the generated java file: [C:\Work\apache-tomcat-8.0.5-src\output\test-tmp\work\Tomcat\localhost\test\org\apache\jsp\bug5\bug54242_jsp.java] The type new Iterator(){} mu

Re: Java 8 support

2014-03-26 Thread Konstantin Kolinko
2014-03-26 19:59 GMT+04:00 Rémy Maucherat : > Hi, > > As I was looking at 55988, the testsuite seems to have two issues with Java > 8 at the moment: > - test.name=org/apache/tomcat/util/buf/TestUtf8.java > UTF-8 experts wanted ! > - test.name=org/apache/jasper/tagplugins/jstl/core/TestForEach.java

Re: Java 8 support

2014-03-26 Thread Mark Thomas
On 26/03/2014 15:59, Rémy Maucherat wrote: > Hi, > > As I was looking at 55988, the testsuite seems to have two issues with Java > 8 at the moment: > - test.name=org/apache/tomcat/util/buf/TestUtf8.java > UTF-8 experts wanted ! That will be me. I went over this in great deal when I was looking at

svn commit: r1581900 - in /tomcat/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/jasper/compiler/ java/org/apache/jasper/servlet/ java/org/apache/tomcat/util/scan/

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 16:00:10 2014 New Revision: 1581900 URL: http://svn.apache.org/r1581900 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/trunk/java/org/apache/jasper/compiler/Comp

Java 8 support

2014-03-26 Thread Rémy Maucherat
Hi, As I was looking at 55988, the testsuite seems to have two issues with Java 8 at the moment: - test.name=org/apache/tomcat/util/buf/TestUtf8.java UTF-8 experts wanted ! - test.name=org/apache/jasper/tagplugins/jstl/core/TestForEach.java This would look like a JDT configuration issue or bug, it

svn commit: r1581890 - in /tomcat/trunk: TOMCAT-NEXT.txt java/org/apache/catalina/valves/rewrite/RewriteValve.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 15:36:47 2014 New Revision: 1581890 URL: http://svn.apache.org/r1581890 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: h

svn commit: r1581889 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalAprOutputBuffer.java InternalNioOutputBuffer.java upgrade/AprServletInputStream.java upgrade/

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 15:36:31 2014 New Revision: 1581889 URL: http://svn.apache.org/r1581889 Log: Locks should be outside try/finally Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java tomcat/trunk/java/org/apache/coyote/http11/InternalAprOutputBuff

svn commit: r1581888 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 15:31:00 2014 New Revision: 1581888 URL: http://svn.apache.org/r1581888 Log: Locks should be outside try/finally Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProcessor.java URL:

svn commit: r1581875 - in /tomcat/trunk: ./ java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/transport/nio/ java/org/apache/ca

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 14:52:31 2014 New Revision: 1581875 URL: http://svn.apache.org/r1581875 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java tomcat/trunk/java/org/apache/catalina/

svn commit: r1581872 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 14:48:32 2014 New Revision: 1581872 URL: http://svn.apache.org/r1581872 Log: Locks should be outside try/finally Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tip

svn commit: r1581871 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 14:45:13 2014 New Revision: 1581871 URL: http://svn.apache.org/r1581871 Log: Locks should be outside try/finally Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/OrderInterceptor.java Modified: tomcat/trunk/java/org/apache/catalina/tr

svn commit: r1581867 - in /tomcat/trunk: TOMCAT-NEXT.txt java/org/apache/catalina/storeconfig/StandardContextSF.java java/org/apache/catalina/storeconfig/StoreConfig.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 14:40:03 2014 New Revision: 1581867 URL: http://svn.apache.org/r1581867 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/storeconfig/StandardContextSF.java tomcat/trunk/java/org/apache/catalina/sto

svn commit: r1581864 - in /tomcat/trunk: ./ java/org/apache/catalina/startup/

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 14:33:44 2014 New Revision: 1581864 URL: http://svn.apache.org/r1581864 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/startup/Catalina.java tomcat/trunk/java/org/apache/catalina/startup/ContextC

Re: [ANN] ApacheCon NA 2013 Tomcat presentation videos available

2014-03-26 Thread Mark Thomas
On 26/03/2014 14:08, Rémy Maucherat wrote: > 2014-03-26 14:52 GMT+01:00 Mark Thomas : > >> Yes, it is a solvable problem as long as you drop the self-imposed >> requirement to run on top of the Servlet API. Now the difficulties are >> understood, I'm beginning to think about dropping that requirem

Re: [ANN] ApacheCon NA 2013 Tomcat presentation videos available

2014-03-26 Thread Rémy Maucherat
2014-03-26 14:52 GMT+01:00 Mark Thomas : > Yes, it is a solvable problem as long as you drop the self-imposed > requirement to run on top of the Servlet API. Now the difficulties are > understood, I'm beginning to think about dropping that requirement and > using some of the Tomcat internals direc

Re: [ANN] ApacheCon NA 2013 Tomcat presentation videos available

2014-03-26 Thread Mark Thomas
On 26/03/2014 13:22, Rémy Maucherat wrote: > 2014-03-26 12:18 GMT+01:00 Mark Thomas : > >> All, >> >> Most (all?) of the presentations from ApacheCon NA 2013 are now >> available on YouTube. To help you to navigate to the Tomcat >> presentations we have created this page: >> http://tomcat.apache.o

Re: [ANN] ApacheCon NA 2013 Tomcat presentation videos available

2014-03-26 Thread Rémy Maucherat
2014-03-26 12:18 GMT+01:00 Mark Thomas : > All, > > Most (all?) of the presentations from ApacheCon NA 2013 are now > available on YouTube. To help you to navigate to the Tomcat > presentations we have created this page: > http://tomcat.apache.org/presentations.html > > Nice, I just went and read

svn commit: r1581821 - /tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 13:11:34 2014 New Revision: 1581821 URL: http://svn.apache.org/r1581821 Log: Fix Javadoc Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java URL: http://svn

svn commit: r1581820 - in /tomcat/trunk: ./ java/org/apache/catalina/session/

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 13:09:39 2014 New Revision: 1581820 URL: http://svn.apache.org/r1581820 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/session/JDBCStore.java tomcat/trunk/java/org/apache/catalina/session/LocalSt

[Bug 56318] Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Mark Thomas changed: What|Removed |Added Component|Catalina|jdbc-pool Version|7.0.50

[Bug 56318] New: Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory

2014-03-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Bug ID: 56318 Summary: Oracle DB cursors are leaking when using org.apache.tomcat.jdbc.pool.DataSourceFactory Product: Tomcat 7 Version: 7.0.50 Hardware: PC

svn commit: r1581789 - in /tomcat/trunk: TOMCAT-NEXT.txt java/org/apache/catalina/session/FileStore.java

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 11:36:45 2014 New Revision: 1581789 URL: http://svn.apache.org/r1581789 Log: More try-with-resources Modified: tomcat/trunk/TOMCAT-NEXT.txt tomcat/trunk/java/org/apache/catalina/session/FileStore.java Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.

[ANN] ApacheCon NA 2013 Tomcat presentation videos available

2014-03-26 Thread Mark Thomas
All, Most (all?) of the presentations from ApacheCon NA 2013 are now available on YouTube. To help you to navigate to the Tomcat presentations we have created this page: http://tomcat.apache.org/presentations.html As well as the videos, links to the slides for a number of other presentations are

svn commit: r1581785 - in /tomcat/site/trunk: docs/findhelp.html docs/presentations.html xdocs/findhelp.xml xdocs/presentations.xml

2014-03-26 Thread markt
Author: markt Date: Wed Mar 26 11:14:49 2014 New Revision: 1581785 URL: http://svn.apache.org/r1581785 Log: Add a page for Tomcat presentations. Added: tomcat/site/trunk/docs/presentations.html (with props) tomcat/site/trunk/xdocs/presentations.xml (with props) Modified: tomcat/si

svn commit: r1581778 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpNio2Processor.java coyote/http11/Http11Nio2Processor.java tomcat/util/net/Nio2Channel.java tomcat/util/net/Nio2Endpoint.java tomc

2014-03-26 Thread remm
Author: remm Date: Wed Mar 26 10:11:06 2014 New Revision: 1581778 URL: http://svn.apache.org/r1581778 Log: - Remove useless IOE on flush. - Remove nearly all extra fields from the socket wrapper. Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNio2Processor.java tomcat/trunk/java/org