svn commit: r1672029 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/SSLContext.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 08:24:30 2015 New Revision: 1672029 URL: http://svn.apache.org/r1672029 Log: CTR: Align whitespace Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/SSLContext.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/SSLContext.java URL: http://s

svn commit: r1672040 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/Library.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 09:16:57 2015 New Revision: 1672040 URL: http://svn.apache.org/r1672040 Log: Follow-up to r1671864. Java 6 compatibility. Need to catch Throwable to catch the UnsatisifiedLinkError Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/jni/Library.java Modified

svn commit: r1672041 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 09:19:03 2015 New Revision: 1672041 URL: http://svn.apache.org/r1672041 Log: Follow-up to r1671865. Java 6 compatibility. Need to catch Throwable to catch the UnsatisifiedLinkError Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/jni/Library.java Modified

svn commit: r1672046 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 09:43:04 2015 New Revision: 1672046 URL: http://svn.apache.org/r1672046 Log: Fix some IDE warnings Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL: http://svn

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

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 09:47:36 2015 New Revision: 1672047 URL: http://svn.apache.org/r1672047 Log: Proposal 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=1672047&r1=1672046&r

svn commit: r1672050 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Channel.java Nio2Endpoint.java SecureNio2Channel.java

2015-04-08 Thread remm
Author: remm Date: Wed Apr 8 09:53:45 2015 New Revision: 1672050 URL: http://svn.apache.org/r1672050 Log: Add read, fixes and cleanups. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/

Re: Reg: Bug 56438

2015-04-08 Thread Pravallika Peddi
Hi Mark, Currently there is no mechanism to skip the JARs from Pluggability scan in Tomcat 8.0. Below are the fix details that i propose for *tomcat 8* pluggability scan problem: 1) Added below code in org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallBack.java à

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

2015-04-08 Thread Konstantin Kolinko
2015-04-08 12:47 GMT+03:00 : > Author: markt > Date: Wed Apr 8 09:47:36 2015 > New Revision: 1672047 > > URL: http://svn.apache.org/r1672047 > Log: > Proposal > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: > http://svn.apache.org/viewvc/t

Re: Scatter / gather

2015-04-08 Thread Rémy Maucherat
2015-03-06 16:49 GMT+01:00 Mark Thomas : > I can see how both might be useful. No objections here. > > So in addition to my initial plan, I added some state information (NIO2 thinks it is a good idea to hide it), as well as flexibility for the completion handler call (NIO2 calls it as soon as it r

Re: Reg: Bug 56438

2015-04-08 Thread Pravallika Peddi
Hi Mark, Highlighted code is the Fix to add summary message to *Tomcat7.0*: In org.apache.catalina.startup.TldConfig.java à a) Return a Boolean variable from tldScanJar(JarURLConnection jarConn) method which indicates tld found or not. b) In TldJarScannerCallback inner class à ad

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

2015-04-08 Thread Mark Thomas
On 08/04/2015 11:13, Konstantin Kolinko wrote: > 2015-04-08 12:47 GMT+03:00 : >> Author: markt >> Date: Wed Apr 8 09:47:36 2015 >> New Revision: 1672047 >> >> URL: http://svn.apache.org/r1672047 >> Log: >> Proposal >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >> >> Modified: tomcat/tc6.

svn commit: r1672057 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java SecureNio2Channel.java

2015-04-08 Thread remm
Author: remm Date: Wed Apr 8 10:30:22 2015 New Revision: 1672057 URL: http://svn.apache.org/r1672057 Log: Improve comments. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/SecureNio2Channel.java Modified: tomcat/trunk

svn commit: r1672058 - /tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 10:53:27 2015 New Revision: 1672058 URL: http://svn.apache.org/r1672058 Log: Clean-up Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java Modified: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java URL: http://svn.apache.org/viewvc/tomcat/trunk/jav

buildbot success in ASF Buildbot on tomcat-trunk

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

buildbot exception in ASF Buildbot on tomcat-trunk

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

svn commit: r1672067 - /tomcat/native/trunk/native/srclib/VERSIONS

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 11:46:17 2015 New Revision: 1672067 URL: http://svn.apache.org/r1672067 Log: Update versions Modified: tomcat/native/trunk/native/srclib/VERSIONS Modified: tomcat/native/trunk/native/srclib/VERSIONS URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/

svn commit: r1672068 - /tomcat/native/trunk/native/src/ssl.c

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 11:47:09 2015 New Revision: 1672068 URL: http://svn.apache.org/r1672068 Log: Remove unnecessary directives since the minimum OpenSSL version is 1.0.2 Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL: http://svn.

Re: Reg: Bug 56438

2015-04-08 Thread Pravallika Peddi
Hi Mark, *Fix for Pluggability Scan in Tomcat 7.0: * 1) Org.apache.catalina.startup.ContextConfig.java à processJarsForWebFragments(WebXml application) FragmentJarScannerCallback callback = *new* FragmentJarScannerCallback(parseRequired); jarScanner.scan(co

Re: svn commit: r1660953 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ java/org/apache/

2015-04-08 Thread Christopher Schultz
Mark, On 2/24/15 12:59 PM, Mark Thomas wrote: > On 19/02/2015 19:31, Christopher Schultz wrote: >> Mark, >> >> On 2/19/15 1:41 PM, Mark Thomas wrote: >>> On 19/02/2015 17:45, schu...@apache.org wrote: Author: schultz Date: Thu Feb 19 17:45:34 2015 New Revision: 1660953 URL

svn commit: r1672100 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2015-04-08 Thread remm
Author: remm Date: Wed Apr 8 15:14:43 2015 New Revision: 1672100 URL: http://svn.apache.org/r1672100 Log: - Add a vararg variant since it is probably nicer to use in a lot of cases (but keep the NIO2 variant as well since it is more flexible for array reuse). - Add a block mode since it is trivi

[Bug 57799] New: MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 Bug ID: 57799 Summary: MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol Product: Tomcat 8 Version: 8.0.15 Hardware: PC Stat

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

buildbot success in ASF Buildbot on tomcat-trunk

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

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-04-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #2 from Justin --- There are no such problems when dropping SSL. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-ma

svn commit: r1672140 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslext.c src/sslnetwork.c

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 18:51:17 2015 New Revision: 1672140 URL: http://svn.apache.org/r1672140 Log: First pass at native changes required to support ALPN. Removed: tomcat/native/trunk/native/src/sslext.c Modified: tomcat/native/trunk/native/include/ssl_private.h tomcat/native/

svn commit: r1672142 - in /tomcat/trunk/java/org/apache/tomcat/jni: SSLContext.java SSLExt.java SSLSocket.java socket/

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 18:53:20 2015 New Revision: 1672142 URL: http://svn.apache.org/r1672142 Log: JNI changes for newly added ALPN support in tomcat-native 1.2.x Removed: tomcat/trunk/java/org/apache/tomcat/jni/SSLExt.java tomcat/trunk/java/org/apache/tomcat/jni/socket/ Modified

svn commit: r1672143 - /tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 18:54:00 2015 New Revision: 1672143 URL: http://svn.apache.org/r1672143 Log: Remove class that no longer compiles Removed: tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.java - To

svn commit: r1672144 - /tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 18:55:05 2015 New Revision: 1672144 URL: http://svn.apache.org/r1672144 Log: Remove class that no longer compiles Removed: tomcat/trunk/java/org/apache/coyote/spdy/SpdyAprNpnHandler.java - To

Re: svn commit: r1672140 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslext.c src/sslnetwork.c

2015-04-08 Thread Mark Thomas
On 08/04/2015 19:51, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 8 18:51:17 2015 > New Revision: 1672140 > > URL: http://svn.apache.org/r1672140 > Log: > First pass at native changes required to support ALPN. This is heavily based on a ALPN patch for HTTPD and Costin's SPDY work. Th

Re: svn commit: r1672143 - /tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.java

2015-04-08 Thread Mark Thomas
On 08/04/2015 19:54, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 8 18:54:00 2015 > New Revision: 1672143 > > URL: http://svn.apache.org/r1672143 > Log: > Remove class that no longer compiles While I do think the SDPY classes will go from trunk eventually, I am trying to keep as much

buildbot exception in ASF Buildbot on tomcat-trunk

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

Re: svn commit: r1672068 - /tomcat/native/trunk/native/src/ssl.c

2015-04-08 Thread Christopher Schultz
Mark, On 4/8/15 7:47 AM, ma...@apache.org wrote: > Author: markt > Date: Wed Apr 8 11:47:09 2015 > New Revision: 1672068 > > URL: http://svn.apache.org/r1672068 > Log: > Remove unnecessary directives since the minimum OpenSSL version is 1.0.2 Maybe we want to include a preprocessor rule that ki

svn commit: r1672150 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 19:19:26 2015 New Revision: 1672150 URL: http://svn.apache.org/r1672150 Log: Fix nit Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Channel.java URL: http://svn.apache.org/view

svn commit: r1672157 - /tomcat/native/trunk/native/build/tcnative.m4

2015-04-08 Thread rjung
Author: rjung Date: Wed Apr 8 20:00:48 2015 New Revision: 1672157 URL: http://svn.apache.org/r1672157 Log: Update OpenSSL version check to 1.0.2. Add output of found version in clear text. Note: currently this check only warns, if version is too old, it does not fail configure! Modified: tom

svn commit: r1672158 - /tomcat/native/trunk/native/build/rpm/tcnative.spec.in

2015-04-08 Thread rjung
Author: rjung Date: Wed Apr 8 20:05:33 2015 New Revision: 1672158 URL: http://svn.apache.org/r1672158 Log: Up our OpenSSL minimum version in spec file. Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in URL: http:

Re: svn commit: r1672068 - /tomcat/native/trunk/native/src/ssl.c

2015-04-08 Thread Rainer Jung
Am 08.04.2015 um 21:00 schrieb Christopher Schultz: Mark, On 4/8/15 7:47 AM, ma...@apache.org wrote: Author: markt Date: Wed Apr 8 11:47:09 2015 New Revision: 1672068 URL: http://svn.apache.org/r1672068 Log: Remove unnecessary directives since the minimum OpenSSL version is 1.0.2 Maybe we w

HTTP/2 progress report

2015-04-08 Thread Mark Thomas
As of r1672190 we now have the following: - ALPN support in tc-native trunk - The ability to register upgrade protocol implementations that will: - be included in the ALPN negotiation - cause processing to be passed to a protocol dedicated processor implementation once ALPN negotiation com

svn commit: r1672177 - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/ coyote/http2/ coyote/spdy/ tomcat/util/net/

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 20:57:56 2015 New Revision: 1672177 URL: http://svn.apache.org/r1672177 Log: First pass at the plumbing to link from ALPN to creating a protocol specific processor to handle the connection. Some, but not all, of the plumbing that will be required for HTTP upgrade i

svn commit: r1672190 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 21:29:05 2015 New Revision: 1672190 URL: http://svn.apache.org/r1672190 Log: Fix a crash when I put it all together. Get the negotiated protocol after the handshake. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk

buildbot success in ASF Buildbot on tomcat-trunk

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

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

2015-04-08 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 has an issue affecting its community integration. This issu

svn commit: r1672204 - in /tomcat/trunk/java/org/apache/coyote: AbstractProtocol.java LocalStrings.properties

2015-04-08 Thread markt
Author: markt Date: Wed Apr 8 21:56:15 2015 New Revision: 1672204 URL: http://svn.apache.org/r1672204 Log: Make creation of upgrade Processor more robust. Fail the connection if the expected Processor cannot be created. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

buildbot exception in ASF Buildbot on tomcat-trunk

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