[Bug 57809] Don't store merged web.xml

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 --- Comment #4 from Remy Maucherat r...@apache.org --- I think this can be useful for debugging and monitoring (management interfaces like this kind of stuff), but since this is a String it is probably not that useful for apps. testWebXml

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio2 (in module tomcat-8.0.x) failed

2015-04-14 Thread Bill Barker
/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150414-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-04-14 Thread Bill Barker
/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.6-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20150414.jar:/srv/gump

Re: svn commit: r1673408 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ test/org/apache/tomcat/util/net/jsse/

2015-04-14 Thread Mark Thomas
On 14/04/2015 06:07, ma...@apache.org wrote: Author: markt Date: Tue Apr 14 11:07:41 2015 New Revision: 1673408 URL: http://svn.apache.org/r1673408 Log: Move SSLProtocols config to common property for JSSE and APR/native My aim is to do this for all the SSL properties. Where a property

svn commit: r1673408 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ test/org/apache/tomcat/util/net/jsse/

2015-04-14 Thread markt
Author: markt Date: Tue Apr 14 11:07:41 2015 New Revision: 1673408 URL: http://svn.apache.org/r1673408 Log: Move SSLProtocols config to common property for JSSE and APR/native Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Protocol.java

svn commit: r1673407 - in /tomcat/trunk/java/org/apache: coyote/http11/ tomcat/util/net/

2015-04-14 Thread markt
Author: markt Date: Tue Apr 14 11:07:38 2015 New Revision: 1673407 URL: http://svn.apache.org/r1673407 Log: Remove getCiphersUsed from endpoint since it will now vary by SSL host config Create a Map (currently only populated with a single default) for SNI host names to SSLContexts. Added:

[Bug 57811] Typo in page https://wiki.apache.org/tomcat/HowTo/FasterStartUp

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57811 Mikhail Ryagin rya...@mail.ru changed: What|Removed |Added Status|RESOLVED|VERIFIED -- You are

[Tomcat Wiki] Trivial Update of HowTo/FasterStartUp by OgnjenBlagojevic

2015-04-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The HowTo/FasterStartUp page has been changed by OgnjenBlagojevic: https://wiki.apache.org/tomcat/HowTo/FasterStartUp?action=diffrev1=24rev2=25 Comment: Typo (JanScanFilter) In

[Bug 57812] New: Using -parameters during compiletime causes OutOfMemory Exception during deployment

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57812 Bug ID: 57812 Summary: Using -parameters during compiletime causes OutOfMemory Exception during deployment Product: Tomcat 8 Version: 8.0.9 Hardware: PC

[Bug 57811] Typo in page https://wiki.apache.org/tomcat/HowTo/FasterStartUp

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57811 Ognjen Blagojevic ognjen.d.blagoje...@gmail.com changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1673617 - /tomcat/native/branches/1.1.x/native/src/ssl.c

2015-04-14 Thread billbarker
Author: billbarker Date: Wed Apr 15 02:08:02 2015 New Revision: 1673617 URL: http://svn.apache.org/r1673617 Log: More cleanup of thread ID handling for openssl master plus remove compile warning that doesn't make any difference. Still no change if compiling against any currently released

[Bug 57815] New: Successful build against old OpenSSL leads to runtime error when parsing SSLProtocol

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57815 Bug ID: 57815 Summary: Successful build against old OpenSSL leads to runtime error when parsing SSLProtocol Product: Tomcat Native Version: 1.1.33 Hardware: PC

Re: Getting the context's session-tracking URI parameter name

2015-04-14 Thread Konstantin Kolinko
2015-04-15 1:09 GMT+03:00 Christopher Schultz ch...@christopherschultz.net: All, I need to get the context's session-tracking URI parameter name from within a Valve, and it looks like this is the right (static) call: o.a.c.util.SessionConfig.getSessionUriParamName(request.getContext());

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2015-04-14 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-tc8.0.x-validate has an issue affecting its community

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

2015-04-14 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.

Re: Getting the context's session-tracking URI parameter name

2015-04-14 Thread Christopher Schultz
Konstantin, On 4/14/15 7:36 PM, Konstantin Kolinko wrote: 2015-04-15 1:09 GMT+03:00 Christopher Schultz ch...@christopherschultz.net: All, I need to get the context's session-tracking URI parameter name from within a Valve, and it looks like this is the right (static) call:

[Bug 57809] Don't store merged web.xml

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57809 --- Comment #5 from Philippe Marschall kus...@gmx.net --- The flag to log the merged web.xml is still in there. -- You are receiving this mail because: You are the assignee for the bug.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-apr (in module tomcat-8.0.x) failed

2015-04-14 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-tc8.0.x-test-apr has an issue affecting its community

[Bug 57815] Improve error message when OpenSSL does not support the requested highest SSLProtocol

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57815 Christopher Schultz ch...@christopherschultz.net changed: What|Removed |Added Summary|Successful build against

[Bug 57811] New: Typo in page https://wiki.apache.org/tomcat/HowTo/FasterStartUp

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57811 Bug ID: 57811 Summary: Typo in page https://wiki.apache.org/tomcat/HowTo/FasterStartUp Product: Tomcat 8 Version: trunk Hardware: All OS: All

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2015-04-14 Thread Mark Thomas
On 14/04/2015 07:31, build...@apache.org wrote: 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/1134 Buildbot URL: http://ci.apache.org/ Buildslave for this

[Bug 57812] Using -parameters during compiletime causes OutOfMemory Exception during deployment

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57812 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57811] Typo in page https://wiki.apache.org/tomcat/HowTo/FasterStartUp

2015-04-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57811 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|VERIFIED|CLOSED --

svn commit: r1673533 - /tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java

2015-04-14 Thread markt
Author: markt Date: Tue Apr 14 19:26:22 2015 New Revision: 1673533 URL: http://svn.apache.org/r1673533 Log: Fix broken test Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AbstractJsseEndpoint.java URL:

svn commit: r1673552 - in /tomcat/trunk/java/org/apache: catalina/connector/ catalina/startup/ coyote/ coyote/ajp/ coyote/http11/ coyote/spdy/ tomcat/util/net/ tomcat/util/net/jsse/

2015-04-14 Thread markt
Author: markt Date: Tue Apr 14 20:27:58 2015 New Revision: 1673552 URL: http://svn.apache.org/r1673552 Log: Add plumbing to parse SSLHostConfig from server.xml Modified: tomcat/trunk/java/org/apache/catalina/connector/Connector.java

Getting the context's session-tracking URI parameter name

2015-04-14 Thread Christopher Schultz
All, I need to get the context's session-tracking URI parameter name from within a Valve, and it looks like this is the right (static) call: o.a.c.util.SessionConfig.getSessionUriParamName(request.getContext()); =2E.. but a quick reading of the code in there seems to reveal a copy/paste error:

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-14 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/1137 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Reg: Bug 56438

2015-04-14 Thread Pravallika Peddi
Hi Mark and Justin, I have updated my comments on top of yours. Can you help check them and confirm so that i can provide the patch? Thanks, Pravallika(VIN)

buildbot failure in ASF Buildbot on tomcat-trunk

2015-04-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/1134 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

Re: svn commit: r1673408 - in /tomcat/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ test/org/apache/tomcat/util/net/jsse/

2015-04-14 Thread Rémy Maucherat
2015-04-14 13:18 GMT+02:00 Mark Thomas ma...@apache.org: On 14/04/2015 06:07, ma...@apache.org wrote: Author: markt Date: Tue Apr 14 11:07:41 2015 New Revision: 1673408 URL: http://svn.apache.org/r1673408 Log: Move SSLProtocols config to common property for JSSE and APR/native

buildbot success in ASF Buildbot on tomcat-trunk

2015-04-14 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/1135 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

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

2015-04-14 Thread remm
Author: remm Date: Tue Apr 14 20:58:24 2015 New Revision: 1673555 URL: http://svn.apache.org/r1673555 Log: - Remove read/write pending flags since they don't really add anything, use a lot of finally and are still slightly incorrect without additional finally (or similar). - Simplify, harmonize

buildbot exception in ASF Buildbot on tomcat-trunk

2015-04-14 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/1136 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The