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

2014-07-31 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-test-bio has an issue affecting its community integration. Th

[Bug 56801] Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Sheldon Shao changed: What|Removed |Added Attachment #31865|0 |1 is patch|

[Bug 56801] New: Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56801 Bug ID: 56801 Summary: Avoid duplicated String to CharArray conversion in the loop of Matcher#matchName Product: Tomcat 7 Version: trunk Hardware: All

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

2014-07-31 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-test-nio2 has an issue affecting its community integration. T

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

2014-07-31 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-test-nio has an issue affecting its community integration. Th

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #5 from Konstantin Kolinko --- (In reply to Christopher Schultz from comment #2) (In reply to Juergen Sussner from comment #0) 1) -Duser.dir=/tmp is a wrong way to set that property. The correct way is to perform "cd /tmp" when

svn commit: r1615011 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestOpenSSLCipherConfigurationParser.java TesterOpenSSL.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 22:00:19 2014 New Revision: 1615011 URL: http://svn.apache.org/r1615011 Log: More unit tests for individual alias strings Handle the case when OpenSSL has no ciphers that match the specification Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openss

Re: svn commit: r1608840 [1/2] - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/ java/org/apache/tomcat/util/net/jsse/openssl/ java/org/apache/tomcat/util/net/jsse/res/ webapps/docs/

2014-07-31 Thread Mark Thomas
On 22/07/2014 09:40, Rémy Maucherat wrote: > 2014-07-21 19:57 GMT+02:00 Mark Thomas : > >> On 20 July 2014 23:40:50 CEST, Tim Whittington wrote: >>> This doesn’t look like it’ll work as expected on IBM JDKs (which do >>> s/^TLS_/SSL_/ on all the TLS era cipher suite names). >>> >>> Also a big -0

[Bug 56798] New: Idle eviction strategy could perform better (and is sometimes suboptimal)

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56798 Bug ID: 56798 Summary: Idle eviction strategy could perform better (and is sometimes suboptimal) Product: Tomcat Modules Version: unspecified Hardware: PC

[Bug 56798] Idle eviction strategy could perform better (and is sometimes suboptimal)

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56798 Bertrand Renuart changed: What|Removed |Added CC||brenu...@gmail.com -- You are

svn commit: r1615009 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationP

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 21:28:51 2014 New Revision: 1615009 URL: http://svn.apache.org/r1615009 Log: Expand alias tests to cover all and [k][DHE|EDH] Fix a couple of bugs: - ALL didn't exclude NULL encryption - k[DHE|EDH] didn't include the anonymous cipher suites Modified: tomcat/tru

svn commit: r1614999 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/ test/org/apache/tomcat/util/net/jsse/openssl/

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 20:19:21 2014 New Revision: 1614999 URL: http://svn.apache.org/r1614999 Log: More alias tests. Align behaviour for RSA alias with OpenSSL. Despite what the docs say, RSA is equivalent to kRSA. I've double checked this with the 'official' Windows binary, the binary t

[Bug 56797] EL-API does not find overriden method

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 --- Comment #2 from S. Dabek --- The test-code is fine. Of course, it won't compile if you don't extend TesterBeanAA from TesterBeanA. Just add the code to the test-classes of the same name in the tomcat7 trunk. And of course an overriden

svn commit: r1614962 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java test/org/apache

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 19:16:50 2014 New Revision: 1614962 URL: http://svn.apache.org/r1614962 Log: Further expansion of the parser tests Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/Test

buildbot exception in ASF Buildbot on tomcat-trunk

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

[Bug 56797] EL-API does not find overriden method

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 --- Comment #1 from Christopher Schultz --- That's because the method is ambiguous. Even Java can't figure it out. Something is wrong with your sample code: it won't compile. public class AmbiguousTest { public static class TesterBean

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #4 from Christopher Schultz --- Oh, I can certainly see the possibility for a problem. I was just homing to be able to verify that I had fixed it properly rather than just assuming I had done it properly. Would you be willing t

svn commit: r1614940 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestOpenSSLCipherConfigurationParser.java TesterOpenSSL.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 17:21:05 2014 New Revision: 1614940 URL: http://svn.apache.org/r1614940 Log: Start to expand the parser tests Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java tomcat/trunk/test/org/apache/tomcat/u

buildbot failure in ASF Buildbot on tomcat-trunk

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

svn commit: r1614932 - in /tomcat/trunk: java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java test/org/apache

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 16:23:32 2014 New Revision: 1614932 URL: http://svn.apache.org/r1614932 Log: Get the first of the parsing tests working Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl

[Bug 56797] New: EL-API does not find overriden method

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56797 Bug ID: 56797 Summary: EL-API does not find overriden method Product: Tomcat 7 Version: 7.0.55 Hardware: All OS: All Status: NEW Severity: normal

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1614901 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 14:18:00 2014 New Revision: 1614901 URL: http://svn.apache.org/r1614901 Log: Add a test that checks that the same specification (EXPORT40") results in the same cipher suites with OpenSSL and the new parser Test is disabled as it currently fails. Added: tomcat/

svn commit: r1614880 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestCipher.java TesterOpenSSL.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 13:07:49 2014 New Revision: 1614880 URL: http://svn.apache.org/r1614880 Log: Skip the OpenSSL tests if the expected version is not available Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java tomcat/trunk/test/org/apache/tomc

svn commit: r1614869 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestCipher.java TesterOpenSSL.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 12:39:49 2014 New Revision: 1614869 URL: http://svn.apache.org/r1614869 Log: Move methods that interact with OpenSSL binary to a separate class as they will be useful to other tests. Added: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TesterOpenSS

[Bug 56796] New: Avoid sleep usage in org.apache.tomcat.util.threads.ThreadPoolExecutor#contextStopping

2014-07-31 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56796 Bug ID: 56796 Summary: Avoid sleep usage in org.apache.tomcat.util.threads.ThreadPoolExecutor#cont extStopping Product: Tomcat 8 Version: trunk Ha

Re: [GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-07-31 Thread Mark Thomas
On 31/07/2014 11:41, Mark Thomas wrote: > On 31/07/2014 10:33, Konstantin Kolinko wrote: >> 2014-07-31 5:35 GMT+04:00 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

Re: A new starter looking for things to work on (mentor plz)

2014-07-31 Thread Mark Thomas
On 24/07/2014 07:30, Ke Zhu wrote: > Hi, > > I'm a highly capable software engineer with a phD degree in computer > science. but new to the open source world. I've been trying to find > bugs/issues in bugzilla but did not really find anything that could be a > good start for me. Could someone plea

svn commit: r1614864 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-31 Thread markt
Author: markt Date: Thu Jul 31 11:45:54 2014 New Revision: 1614864 URL: http://svn.apache.org/r1614864 Log: Use safer exec() construct. It shouldn't matter since this is a test but better to do things the 'right' way. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCi

Re: sleep?

2014-07-31 Thread Mark Thomas
On 30/07/2014 19:18, Romain Manni-Bucau wrote: > Hi guys, > > running bean validation TCKs on TomEE I wondered why undeployment was > "slow" (well that's ok excepted when you pass >700 tests ;)). > > Finally realized: > org.apache.tomcat.util.threads.ThreadPoolExecutor#contextStopping was > doing

Re: [GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-07-31 Thread Mark Thomas
On 31/07/2014 10:33, Konstantin Kolinko wrote: > 2014-07-31 5:35 GMT+04:00 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.ap

Re: [GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-07-31 Thread Konstantin Kolinko
2014-07-31 5:35 GMT+04:00 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-test-nio has an iss