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

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 07:05:27 2014 New Revision: 1614565 URL: http://svn.apache.org/r1614565 Log: Fix OpenSSL path configuration Add test to check for new/missing OpenSSL ciphers (currently disabled) Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #18 from Eugene Chung (TmaxSoft) --- I'm a bit confused with the definition of getLocalXXX() APIs. Should they return the web server(intermediary in view of WAS)'s information? -- You are receiving this mail because: You are t

svn commit: r1614587 - in /tomcat/trunk: build.xml test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 08:57:16 2014 New Revision: 1614587 URL: http://svn.apache.org/r1614587 Log: Refactor the openssl binary location setting to correctly handle case when it is not set Modified: tomcat/trunk/build.xml tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/

buildbot failure in ASF Buildbot on tomcat-trunk

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

[Bug 56661] ServletRequest#getLocalAddr() returns the hostname, not the IP address

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56661 --- Comment #19 from Rainer Jung --- (In reply to Eugene Chung (TmaxSoft) from comment #18) > I'm a bit confused with the definition of getLocalXXX() APIs. > Should they return the web server(intermediary in view of WAS)'s information? I h

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

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 13:16:14 2014 New Revision: 1614654 URL: http://svn.apache.org/r1614654 Log: Add notes on why some cipher suites are not expected to be returned by 'openssl ciphers'. Enable the test Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher

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

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 13:27:45 2014 New Revision: 1614658 URL: http://svn.apache.org/r1614658 Log: Check OpenSSL doesn't return any ciphers we don't recognise and fix a couple of overly broad exclusions. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.

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

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 14:29:15 2014 New Revision: 1614666 URL: http://svn.apache.org/r1614666 Log: Use registered names where available for cipher enumeration Fix a couple of typos that crept in Add a test to confirm standard names are used Modified: tomcat/trunk/java/org/apache/tomc

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

2014-07-30 Thread Konstantin Kolinko
2014-07-30 17:16 GMT+04:00 : > Author: markt > Date: Wed Jul 30 13:16:14 2014 > New Revision: 1614654 > > URL: http://svn.apache.org/r1614654 > Log: > Add notes on why some cipher suites are not expected to be returned by > 'openssl ciphers'. > Enable the test > > Modified: > tomcat/trunk/tes

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

2014-07-30 Thread markt
Author: markt Date: Wed Jul 30 14:39:19 2014 New Revision: 1614669 URL: http://svn.apache.org/r1614669 Log: Whoops. Remove debug code. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/Test

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

2014-07-30 Thread Mark Thomas
On 30/07/2014 15:32, Konstantin Kolinko wrote: > 2014-07-30 17:16 GMT+04:00 : >> Author: markt >> Date: Wed Jul 30 13:16:14 2014 >> New Revision: 1614654 >> >> URL: http://svn.apache.org/r1614654 >> Log: >> Add notes on why some cipher suites are not expected to be returned by >> 'openssl ciphers

buildbot exception in ASF Buildbot on tomcat-trunk

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

sleep?

2014-07-30 Thread Romain Manni-Bucau
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 sleep(200). Can't we get something better here? Romain Mann

buildbot failure in ASF Buildbot on tomcat-trunk

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

Re: new log format?

2014-07-30 Thread Christopher Schultz
Romain, On 7/28/14, 3:59 AM, Romain Manni-Bucau wrote: > 2014-07-28 9:38 GMT+02:00 Rainer Jung : >> Am 27.07.2014 um 19:19 schrieb Romain Manni-Bucau: >> >>> Here is the one we use: >>> >>> http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/lo

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 Christopher Schultz changed: What|Removed |Added Summary|NullPointer in |NullPointer in

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #2 from Christopher Schultz --- (In reply to Juergen Sussner from comment #0) > to recrate set -Duser.dir in setenv.sh to /tmp, create a folder /tmp/test, > give permission 700 to /tmp/test, chwon root:root /tmp/test and start a

Re: new log format?

2014-07-30 Thread Romain Manni-Bucau
Actually i never said to use 2 lines. Just to not be that verbose for console (dev) logger. File layout should stay production compliant and onelineformatter is good for me even if truncating classes/method can be welcomed Le 30 juil. 2014 20:23, "Christopher Schultz" a écrit : > Romain, > > On

[Bug 56790] Resizing pool.maxActive to a higher value at runtime leads to unmanaged connections

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

Re: new log format?

2014-07-30 Thread Christopher Schultz
Romain, On 7/30/14, 3:52 PM, Romain Manni-Bucau wrote: > Actually i never said to use 2 lines. Just to not be that verbose for > console (dev) logger. > > File layout should stay production compliant and onelineformatter is good > for me even if truncating classes/method can be welcomed I think

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

2014-07-30 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

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

2014-07-30 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-bio (in module tomcat-trunk) failed

2014-07-30 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

Re: new log format?

2014-07-30 Thread Romain Manni-Bucau
Well it is easy (actually not since you need to hack classpath so a default log/*.jar in it would help) but the point is making it nice by default. Le 30 juil. 2014 21:59, "Christopher Schultz" a écrit : > Romain, > > On 7/30/14, 3:52 PM, Romain Manni-Bucau wrote: > > Actually i never said to us

[Bug 56785] NullPointer in processAnnotationsFile during Application Startup

2014-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56785 --- Comment #3 from Juergen Sussner --- Hello, You are right, a standart tomcat did not seem to have this issue, it somehow depends on the applicaitons we had installed. Sorry my fault. i'll try to investigate. There has to be some sort