svn commit: r1740047 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 20 05:04:19 2016 New Revision: 1740047 URL: http://svn.apache.org/viewvc?rev=1740047=rev Log: Change the channel field to protected. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740046 - in /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 20 05:02:56 2016 New Revision: 1740046 URL: http://svn.apache.org/viewvc?rev=1740046=rev Log: Change the channel field to protected. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740045 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 20 05:00:50 2016 New Revision: 1740045 URL: http://svn.apache.org/viewvc?rev=1740045=rev Log: Change the channel field to protected. Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

svn commit: r1740044 - in /tomcat/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-19 Thread kfujino
Author: kfujino Date: Wed Apr 20 04:58:59 2016 New Revision: 1740044 URL: http://svn.apache.org/viewvc?rev=1740044=rev Log: Change the channel field to protected. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

Re: Looking for mentor

2016-04-19 Thread Abdessamed MANSOURI
I think, i just have to write a simple test case which is pretty similair to TestAsyncContextImpl.testListeners, or not?? :)

Re: Looking for mentor

2016-04-19 Thread Abdessamed MANSOURI
I'm seeing how you write unit test by reading the written unit test, i think, i should inherit TomcatBaseTest then use getTomcatInstance to get a Tomcat instance, then add the servlet to the context, then launching getUrl, and then how do i can know test the bug, do i should test it returned

Re: Looking for mentor

2016-04-19 Thread Abdessamed MANSOURI
correct me, if i'm wrong, plz :) 2016-04-19 22:58 GMT+01:00 Abdessamed MANSOURI : > I'm seeing how you write unit test by reading the written unit test, i > think, i should inherit TomcatBaseTest then use getTomcatInstance to get a > Tomcat instance, then add the servlet to

[VOTE] Release Apache Tomcat Native 1.2.6

2016-04-19 Thread Mark Thomas
Version 1.2.6 includes the following changes: - Add support for using Java keystores for certificate chains - Fixes to allow continued building with master The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 1.2.6 is [ ] Stable, go

svn commit: r13302 - in /dev/tomcat/tomcat-connectors/native/1.2.6: ./ binaries/ source/

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 21:30:40 2016 New Revision: 13302 Log: Upload tomcat-native 1.2.6 for voting Added: dev/tomcat/tomcat-connectors/native/1.2.6/ dev/tomcat/tomcat-connectors/native/1.2.6/binaries/

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

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 21:28:39 2016 New Revision: 1740016 URL: http://svn.apache.org/viewvc?rev=1740016=rev Log: Update deps. Windows build works with 1.5.2 now. Modified: tomcat/native/trunk/native/srclib/VERSIONS Modified: tomcat/native/trunk/native/srclib/VERSIONS URL:

svn commit: r1740001 - in /tomcat/native/tags/TOMCAT_NATIVE_1_2_6: ./ build.properties.default native/include/tcn_version.h

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 20:48:23 2016 New Revision: 1740001 URL: http://svn.apache.org/viewvc?rev=1740001=rev Log: Tag 1.2.6 Added: tomcat/native/tags/TOMCAT_NATIVE_1_2_6/ - copied from r174, tomcat/native/trunk/ Modified:

svn commit: r1739993 - /tomcat/native/trunk/java/org/apache/tomcat/

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 20:06:18 2016 New Revision: 1739993 URL: http://svn.apache.org/viewvc?rev=1739993=rev Log: Update external Modified: tomcat/native/trunk/java/org/apache/tomcat/ (props changed) Propchange: tomcat/native/trunk/java/org/apache/tomcat/

Re: Looking for mentor

2016-04-19 Thread Abdessamed MANSOURI
Yes, why not, since the past two days i were configuring my VM to run Ubuntu on my Windows 7, until today i finished (maybe because i'm not expert), the problem were when launch catalina jpda start, i can't listen on port 8000 (i tried to add rule in firewall but didn't work), so i changed it to

svn commit: r1739983 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 18:53:44 2016 New Revision: 1739983 URL: http://svn.apache.org/viewvc?rev=1739983=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Ensure that AsyncListener.onComplete() is called if the async request times out and the response is already

[Bug 59220] AsyncListener#onComplete not called after timeout if buffer is flushed

2016-04-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1739981 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 18:49:05 2016 New Revision: 1739981 URL: http://svn.apache.org/viewvc?rev=1739981=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Ensure that AsyncListener.onComplete() is called if the async request times out and the response is already

svn commit: r1739978 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http2/

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 18:44:38 2016 New Revision: 1739978 URL: http://svn.apache.org/viewvc?rev=1739978=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Ensure that AsyncListener.onComplete() is called if the async request times out and the response is already

svn commit: r1739975 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http2/ webapps/do

2016-04-19 Thread markt
Author: markt Date: Tue Apr 19 18:43:41 2016 New Revision: 1739975 URL: http://svn.apache.org/viewvc?rev=1739975=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Ensure that AsyncListener.onComplete() is called if the async request times out and the response is already

Re: Any chance to look at installed build results on Gump?

2016-04-19 Thread Rainer Jung
/srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h and probably other files in this installation. A build error indicates something is on line 349, which on all version of the file I know is on line 355 or even further down the file. As far as I understand, Git s

Re: Any chance to look at installed build results on Gump?

2016-04-19 Thread Mark Thomas
on Gump? I would be >>>> interested in >>>> >>>> /srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h >>>> >>>> >>>> and probably other files in this installation. A build error indicates >>

Re: Any chance to look at installed build results on Gump?

2016-04-19 Thread Mark Thomas
gt; >>> /srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h >>> >>> >>> and probably other files in this installation. A build error indicates >>> something is on line 349, which on all version of the file I know is >>

Re: Time for tc-native 1.2.6

2016-04-19 Thread Rainer Jung
look like tcnative trunk has been compiled against a mixture of header files from OpenSSL master and older, but the OpenSSL build logs on Gump don't indicate any such error. For example the first build error was: /bin/bash /srv/gump/public/workspace/apr-1/dest-20160419/build-1/libtool --silent

Re: Any chance to look at installed build results on Gump?

2016-04-19 Thread Rainer Jung
Am 19.04.2016 um 13:41 schrieb Konstantin Kolinko: 2016-04-19 13:34 GMT+03:00 Rainer Jung <rainer.j...@kippdata.de>: Is there a way to look at installed build results on Gump? I would be interested in /srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h and pr

Re: Any chance to look at installed build results on Gump?

2016-04-19 Thread Konstantin Kolinko
2016-04-19 13:34 GMT+03:00 Rainer Jung <rainer.j...@kippdata.de>: > Is there a way to look at installed build results on Gump? I would be > interested in > > /srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h > > and probably other files in th

Any chance to look at installed build results on Gump?

2016-04-19 Thread Rainer Jung
Is there a way to look at installed build results on Gump? I would be interested in /srv/gump/public/workspace/openssl-master/dest-20160419/include/openssl/err.h and probably other files in this installation. A build error indicates something is on line 349, which on all version of the file I

Re: Time for tc-native 1.2.6

2016-04-19 Thread Rainer Jung
against a mixture of header files from OpenSSL master and older, but the OpenSSL build logs on Gump don't indicate any such error. For example the first build error was: /bin/bash /srv/gump/public/workspace/apr-1/dest-20160419/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread

Re: Adding tomcat to HTTP/2 implementation list

2016-04-19 Thread Huxing Zhang
Hi, I have updated the wiki page: https://github.com/http2/http2-spec/wiki/Implementations. -- From:Mark Thomas Time:2016 Apr 19 (Tue) 17:49 To:Tomcat Developers List Subject:Re: Adding

svn commit: r1739889 - in /tomcat/native/trunk/native: include/ssl_private.h src/ssl.c

2016-04-19 Thread rjung
Author: rjung Date: Tue Apr 19 10:08:10 2016 New Revision: 1739889 URL: http://svn.apache.org/viewvc?rev=1739889=rev Log: Support for OpenSSL 1.1.0: - get_rfc_prime_... symbols have been renamed. Modified: tomcat/native/trunk/native/include/ssl_private.h

Re: Adding tomcat to HTTP/2 implementation list

2016-04-19 Thread Mark Thomas
On 19/04/2016 03:53, Huxing Zhang wrote: > Hi, > > I am planing to add tomcat to the list of known HTTP/2 implementation: > https://github.com/http2/http2-spec/wiki/Implementations > > Before committing, I would like to confirm with you guys: > > Name: Apache Tomcat

Re: Time for tc-native 1.2.6

2016-04-19 Thread Rainer Jung
I just now saw, that there's again an API break for OpenSSL 1.1.0. I'll try to fix that during the next hour. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1739880 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ java/org/apache/

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 09:28:50 2016 New Revision: 1739880 URL: http://svn.apache.org/viewvc?rev=1739880=rev Log: Add the channel name to the thread which is invoked by channel services in order to identify the associated channel. Modified:

svn commit: r1739879 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ java/org/apache/

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 09:27:01 2016 New Revision: 1739879 URL: http://svn.apache.org/viewvc?rev=1739879=rev Log: Add the channel name to the thread which is invoked by channel services in order to identify the associated channel. Modified:

svn commit: r1739878 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ java/org/apache/

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 09:25:29 2016 New Revision: 1739878 URL: http://svn.apache.org/viewvc?rev=1739878=rev Log: Add the channel name to the thread which is invoked by channel services in order to identify the associated channel. Modified:

svn commit: r1739877 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/ java/org/apache/catalina/tribes/group/interceptors/ java/org/apache/catalina/tribes/membership/ java/org/apache/catalina

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 09:23:56 2016 New Revision: 1739877 URL: http://svn.apache.org/viewvc?rev=1739877=rev Log: Add the channel name to the thread which is invoked by channel services in order to identify the associated channel. Modified:

Re: Time for tc-native 1.2.6

2016-04-19 Thread Rainer Jung
Am 18.04.2016 um 18:13 schrieb Rainer Jung: Am 18.04.2016 um 17:28 schrieb jean-frederic clere: On 04/18/2016 05:03 PM, Rainer Jung wrote: Hi Mark, Am 18.04.2016 um 16:37 schrieb Mark Thomas: I'd like to get the next tc-native release out before the end of the month so the next round of

svn commit: r1739875 - in /tomcat/native/trunk: native/src/sslutils.c xdocs/miscellaneous/changelog.xml

2016-04-19 Thread rjung
Author: rjung Date: Tue Apr 19 09:15:43 2016 New Revision: 1739875 URL: http://svn.apache.org/viewvc?rev=1739875=rev Log: Remove the explicit CRL check when verifying certificates. The checks were already part of the internal certification verification since OpenSSL 0.9.7. Backport from

svn commit: r1739865 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/tribes/group/GroupChannel.java webapps/docs/changelog.xml

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 08:42:17 2016 New Revision: 1739865 URL: http://svn.apache.org/viewvc?rev=1739865=rev Log: Add name to channel in order to identify channels. In tomcat cluster environment, it is set the cluster name + "-Channel" as default value. Modified:

svn commit: r1739864 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/tribes/group/GroupChannel.java webapps/docs/changelog.xml

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 08:39:47 2016 New Revision: 1739864 URL: http://svn.apache.org/viewvc?rev=1739864=rev Log: Add name to channel in order to identify channels. In tomcat cluster environment, it is set the cluster name + "-Channel" as default value. Modified:

svn commit: r1739863 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/tribes/Channel.java java/org/apache/catalina/tribes/group/GroupChannel.j

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 08:37:02 2016 New Revision: 1739863 URL: http://svn.apache.org/viewvc?rev=1739863=rev Log: Add name to channel in order to identify channels. In tomcat cluster environment, it is set the cluster name + "-Channel" as default value. Modified:

svn commit: r1739862 - in /tomcat/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/tribes/Channel.java java/org/apache/catalina/tribes/group/GroupChannel.java weba

2016-04-19 Thread kfujino
Author: kfujino Date: Tue Apr 19 08:34:45 2016 New Revision: 1739862 URL: http://svn.apache.org/viewvc?rev=1739862=rev Log: Add name to channel in order to identify channels. In tomcat cluster environment, it is set the cluster name + "-Channel" as default value. Modified:

Re: Looking for mentor

2016-04-19 Thread Mark Thomas
On 17/04/2016 19:27, Abdessamed MANSOURI wrote: > Thank you so much, its so nice from you :) Another idea for somewhere to get started... I recently fixed bug 59219. That included a stand-alone test case but I didn't port that test case into the Tomcat unit tests. Porting that test case could be