Re: svn commit: r1805861 - /tomcat/native/trunk/native/src/sslcontext.c

2017-08-23 Thread Rainer Jung
Am 23.08.2017 um 10:04 schrieb r...@apache.org: Author: remm Date: Wed Aug 23 08:04:48 2017 New Revision: 1805861 URL: http://svn.apache.org/viewvc?rev=1805861&view=rev Log: Fix build error on my setup. Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/nat

Re: Config warning when using OpenSSL config items and useOpenSSL=true

2017-08-21 Thread Rainer Jung
Am 21.08.2017 um 20:01 schrieb Mark Thomas: On 19/08/17 22:44, Rainer Jung wrote: Assume tcantive and OpenSSL is available. When using the AprLifecycleListener with useOpenssl="true" (default) and useAprConnector="false" (also default) with a Java NIO or NIO2 connector a

Re: svn commit: r1805529 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java SSLHostConfig.java openssl/OpenSSLContext.java

2017-08-20 Thread Rainer Jung
Am 20.08.2017 um 11:15 schrieb Mark Thomas: On 19/08/17 22:35, rj...@apache.org wrote: Author: rjung Date: Sat Aug 19 21:35:50 2017 New Revision: 1805529 URL: http://svn.apache.org/viewvc?rev=1805529&view=rev Log: Update enabledProtocols and enabledCiphers in SSLHostConfig after OpenSSLConf has

Re: OpenSSL SSL_CONF_cmd API

2017-08-19 Thread Rainer Jung
Am 16.08.2017 um 23:38 schrieb Rainer Jung: Am 16.08.2017 um 14:45 schrieb Rainer Jung: Am 13.08.2017 um 19:37 schrieb Mark Thomas: On 13/08/17 16:42, Rainer Jung wrote: Hi, OpenSSl has an API named SSL_CONF_cmd. Te API allows application using OpenSSL to no longer implement an application

Config warning when using OpenSSL config items and useOpenSSL=true

2017-08-19 Thread Rainer Jung
Assume tcantive and OpenSSL is available. When using the AprLifecycleListener with useOpenssl="true" (default) and useAprConnector="false" (also default) with a Java NIO or NIO2 connector and *not* setting the sslImplementationName one gets warnings for each config item which is OpenSSL only.

Re: OpenSSL SSL_CONF_cmd API

2017-08-16 Thread Rainer Jung
Am 16.08.2017 um 14:45 schrieb Rainer Jung: Am 13.08.2017 um 19:37 schrieb Mark Thomas: On 13/08/17 16:42, Rainer Jung wrote: Hi, OpenSSl has an API named SSL_CONF_cmd. Te API allows application using OpenSSL to no longer implement an application specific configuration option per OpenSSL

Re: OpenSSL SSL_CONF_cmd API

2017-08-16 Thread Rainer Jung
Am 13.08.2017 um 19:37 schrieb Mark Thomas: On 13/08/17 16:42, Rainer Jung wrote: Hi, OpenSSl has an API named SSL_CONF_cmd. Te API allows application using OpenSSL to no longer implement an application specific configuration option per OpenSSL config feature the app wants to support, but

OpenSSL SSL_CONF_cmd API

2017-08-13 Thread Rainer Jung
Hi, OpenSSl has an API named SSL_CONF_cmd. Te API allows application using OpenSSL to no longer implement an application specific configuration option per OpenSSL config feature the app wants to support, but instead use a more generic approach. The API can be seen here (it was added in 1.0.2,

Re: svn commit: r1803929 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2017-08-03 Thread Rainer Jung
Am 03.08.2017 um 10:31 schrieb Mark Thomas: On 03/08/17 06:44, Rainer Jung wrote: Am 02.08.2017 um 23:33 schrieb ma...@apache.org: Author: markt Date: Wed Aug 2 21:33:52 2017 New Revision: 1803929 URL: http://svn.apache.org/viewvc?rev=1803929&view=rev Log: Add release date Modi

Re: svn commit: r1803929 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2017-08-02 Thread Rainer Jung
Am 02.08.2017 um 23:33 schrieb ma...@apache.org: Author: markt Date: Wed Aug 2 21:33:52 2017 New Revision: 1803929 URL: http://svn.apache.org/viewvc?rev=1803929&view=rev Log: Add release date Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/

Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung
Am 18.07.2017 um 20:32 schrieb Rainer Jung: Am 18.07.2017 um 20:26 schrieb Rainer Jung: Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko: 2017-07-18 19:01 GMT+03:00 Mark Thomas : On 18/07/17 16:55, Konstantin Kolinko wrote: Hi! As of now http://tomcat.apache.org/download-90.cgi displays

Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung
Am 18.07.2017 um 20:26 schrieb Rainer Jung: Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko: 2017-07-18 19:01 GMT+03:00 Mark Thomas : On 18/07/17 16:55, Konstantin Kolinko wrote: Hi! As of now http://tomcat.apache.org/download-90.cgi displays default ASF mirrors cgi, instead of our custom

Re: Download pages cgi on tomcat.a.o site are broken

2017-07-18 Thread Rainer Jung
Am 18.07.2017 um 18:35 schrieb Konstantin Kolinko: 2017-07-18 19:01 GMT+03:00 Mark Thomas : On 18/07/17 16:55, Konstantin Kolinko wrote: Hi! As of now http://tomcat.apache.org/download-90.cgi displays default ASF mirrors cgi, instead of our custom template (download-90.html) Odd. I see the

Re: svn commit: r1798977 - in /tomcat/trunk: conf/logging.properties java/org/apache/juli/AsyncFileHandler.java java/org/apache/juli/FileHandler.java test/org/apache/juli/TestFileHandler.java webapps/

2017-06-27 Thread Rainer Jung
Am 27.06.2017 um 21:41 schrieb Rainer Jung: Hi Violeta, Am 16.06.2017 um 21:17 schrieb violet...@apache.org: Author: violetagg Date: Fri Jun 16 19:17:39 2017 New Revision: 1798977 URL: http://svn.apache.org/viewvc?rev=1798977&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cg

Re: svn commit: r1798977 - in /tomcat/trunk: conf/logging.properties java/org/apache/juli/AsyncFileHandler.java java/org/apache/juli/FileHandler.java test/org/apache/juli/TestFileHandler.java webapps/

2017-06-27 Thread Rainer Jung
Hi Violeta, Am 16.06.2017 um 21:17 schrieb violet...@apache.org: Author: violetagg Date: Fri Jun 16 19:17:39 2017 New Revision: 1798977 URL: http://svn.apache.org/viewvc?rev=1798977&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61105 Add a new JULI FileHandler configuration f

Re: [VOTE] Release Apache Tomcat 7.0.79

2017-06-26 Thread Rainer Jung
Am 26.06.2017 um 19:22 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.79 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.79/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapach

Re: [VOTE] Release Apache Tomcat 8.5.16

2017-06-24 Thread Rainer Jung
Am 21.06.2017 um 23:37 schrieb Mark Thomas: The proposed 8.5.16 release is: [ ] Broken - do not release [X] Stable - go ahead and release as 8.5.16 +1 to release. Details === - SHA1 and MD5 OK - signatures OK - key in KEYS file - gz and zip for src and bin consistent - src consistent with

Re: [VOTE] Release Apache Tomcat 9.0.0.M22

2017-06-24 Thread Rainer Jung
Am 21.06.2017 um 16:18 schrieb Mark Thomas: The proposed 9.0.0.M22 release is: [ ] Broken - do not release [X] Alpha - go ahead and release as 9.0.0.M22 +1 to release as alpha. Details === - SHA1 and MD5 OK - signatures OK - key in KEYS file - gz and zip for src and bin consistent - src c

Re: [VOTE] 8.0.x EOL - 30 June 2018

2017-06-24 Thread Rainer Jung
Am 22.06.2017 um 17:18 schrieb Mark Thomas: We had a couple of threads discussing this. I think it is time for a vote. [X] +1 We should announce 8.0.x EOL for 30 June 2018 [ ] -1 We should announce 8.0.x EOL for [insert date here] [ ] -1 We should not announce 8.0.x EOL at this time +1 Thanks

Re: Proposal to remove AjpApr connector

2017-06-01 Thread Rainer Jung
Am 30.05.2017 um 22:06 schrieb Emmanuel Bourg: On 05/26/2017 01:46 PM, Mark Thomas wrote: It feels a bit late to do this for 9.0.x although we code if we wanted to. It is more of an option for 10.0.x. Tomcat 9 is still in an alpha stage and not widely deployed yet. I wouldn't be shocked if AP

Re: Proposal to remove AjpApr connector

2017-05-28 Thread Rainer Jung
Am 26.05.2017 um 13:46 schrieb Mark Thomas: On 25/05/17 18:04, Christopher Schultz wrote: All, At ApacheCon, a few of us were talking about things that could be removed in upcoming versions of Tomcat. The issue of connectors came up, and I was thinking that there doesn't seem to be a reason to

Re: Had trouble building libtcnative [openssl]

2017-05-08 Thread Rainer Jung
Hi Chris, Am 08.05.2017 um 20:23 schrieb Christopher Schultz: I'm trying to do a complete test of 8.5.15 (candidate) and I can't seem to build tcnative because of the OpenSSL dependency. On my system, I've got OpensSSL 1.0.1t installed globally, but I have openssl 1.0.2f installed locally for t

Re: [ANN] New committer: Michael Osipov

2017-05-08 Thread Rainer Jung
Am 08.05.2017 um 10:08 schrieb Mark Thomas: On behalf of the Tomcat committers I am pleased to announce that Michael Osipov (michaelo) has been voted in as a new Tomcat committer. Please join me in welcoming him. Congrats and welcome! Rainer --

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2017-04-17 Thread Rainer Jung
Am 17.04.2017 um 11:49 schrieb Rémy Maucherat: 2017-04-15 23:32 GMT+02:00 Rainer Jung : Coming back to this. Reminder: - in TC 8.5 we removed explicit support for Log4J(2) - we direct users at the Log4J2 JUL bridge - the Log4J2 JUL bridge works by adding the additional Log4J2 jar files to

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2017-04-15 Thread Rainer Jung
Coming back to this. Reminder: - in TC 8.5 we removed explicit support for Log4J(2) - we direct users at the Log4J2 JUL bridge - the Log4J2 JUL bridge works by adding the additional Log4J2 jar files to the CLASSPATH and setting LOGGING_MANAGER to -Djava.util.logging.manager=org.apache.loggin

Java 8 in TC 8.5 BUILDING.txt

2017-04-15 Thread Rainer Jung
file BUILDING.txt for TC 8.5 contains: ... Download a version 8 of Java Development Kit (JDK) release ... Do we have a build requirement for Java 8? I thought 7 still suffices. The runtime docs are OK (point to Java 7), also compile.source and compile.target are 1.7, the which version web page

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-15 Thread Rainer Jung
Am 13.04.2017 um 15:12 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.14 release is now available for voting. The major changes compared to the 8.5.13 release are: - Correct a regression that broke JMX operations (including the Manager web application) if the operation took parameters -

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-15 Thread Rainer Jung
Am 12.04.2017 um 22:11 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M20 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3

Re: [VOTE] Release Apache Tomcat 9.0.0.M19

2017-04-11 Thread Rainer Jung
Am 11.04.2017 um 13:47 schrieb Mark Thomas: On 30/03/17 20:35, Rainer Jung wrote: - Exceptions: the biggest difference is more NullPointerException (about 32 new ones). They seem to happen after the stop was issued and only for apr and nio, not for nio2. Two cases

Re: Hang in TestSsl testRenegotiateWorks for NIO2 (was Re: [VOTE] Release Apache Tomcat 8.0.43)

2017-04-07 Thread Rainer Jung
Am 07.04.2017 um 11:22 schrieb Rémy Maucherat: 2017-04-06 21:57 GMT+02:00 Rainer Jung : I am not much close, but r1781988 broke it: "Ensure that executor thread pools used with connectors pre-start the configured minimum number of idle threads." The change itself is OK, but as a c

Re: Hang in TestSsl testRenegotiateWorks for NIO2 (was Re: [VOTE] Release Apache Tomcat 8.0.43)

2017-04-06 Thread Rainer Jung
Sparc system is very good, about 80% of all attempts show the hang. Regards, Rainer Am 05.04.2017 um 00:32 schrieb Rainer Jung: Hi Violeta, Am 04.04.2017 um 16:12 schrieb Violeta Georgieva: Hi Rainer, 2017-03-30 23:59 GMT+03:00 Rainer Jung : Am 28.03.2017 um 17:28 schrieb Violeta Georg

Re: Hang in TestSsl testRenegotiateWorks for NIO2 (was Re: [VOTE] Release Apache Tomcat 8.0.43)

2017-04-04 Thread Rainer Jung
Hi Violeta, Am 04.04.2017 um 16:12 schrieb Violeta Georgieva: Hi Rainer, 2017-03-30 23:59 GMT+03:00 Rainer Jung : Am 28.03.2017 um 17:28 schrieb Violeta Georgieva: The proposed Apache Tomcat 8.0.43 release is now available for voting. It can be obtained from: https://dist.apache.org

Re: [VOTE] Release Apache Tomcat 6.0.53

2017-04-02 Thread Rainer Jung
Am 02.04.2017 um 10:19 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.53 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.53/ The Maven staging repo is: https://repositor

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-04-01 Thread Rainer Jung
Am 31.03.2017 um 20:39 schrieb Violeta Georgieva: Hi, 2017-03-31 20:53 GMT+03:00 Rainer Jung : Am 31.03.2017 um 16:09 schrieb Violeta Georgieva: Hi, 2017-03-31 0:55 GMT+03:00 Rainer Jung : I do not see problems on Windows OS, I'm going to test on Ubuntu One question: Do you exper

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-31 Thread Rainer Jung
Am 31.03.2017 um 16:09 schrieb Violeta Georgieva: Hi, 2017-03-31 0:55 GMT+03:00 Rainer Jung : I do not see problems on Windows OS, I'm going to test on Ubuntu One question: Do you experience this issue only with 6.0.52? What about 0.6.51? I have to try it. It did not happen in 6

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-30 Thread Rainer Jung
x706e10, 0x1204b600, 0x0, 0x5b60006, 0xb700072a, 0x1bb50008, 0xd7f130}} (gdb) print *allocator->mutex Cannot access memory at address 0x6368655f So the same as Case 2. Case 4: Not easily analyzable with gdb. Regards, Rainer Am 30.03.2017 um 23:37 schrieb Rainer Jung: Am 28.03.2017 um 21:38

Re: [VOTE] Release Apache Tomcat 6.0.52

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 21:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.52 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.52/ The Maven staging repo is: https://repositor

Re: [VOTE] Release Apache Tomcat 7.0.77

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 18:45 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.77 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.77/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapach

Re: [VOTE] Release Apache Tomcat 8.0.43

2017-03-30 Thread Rainer Jung
Am 28.03.2017 um 17:28 schrieb Violeta Georgieva: The proposed Apache Tomcat 8.0.43 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.43/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapa

Re: [VOTE] Release Apache Tomcat 8.5.13

2017-03-30 Thread Rainer Jung
Am 27.03.2017 um 17:13 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.13 release is now available for voting. The major changes compared to the 8.5.12 release are: - Various HTTP/2 improvements - Fixes for sendfile related issues that could cause subsequent requests to experience Illega

Re: [VOTE] Release Apache Tomcat 9.0.0.M19

2017-03-30 Thread Rainer Jung
Am 27.03.2017 um 14:56 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M19 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3

Re: [VOTE] Release Apache Tomcat 8.0.42

2017-03-15 Thread Rainer Jung
I get hangs with nio2 when I run the tests. Stack is: "main" prio=3 tid=0x0002a800 nid=0x2 runnable [0xfdf7d000] java.lang.Thread.State: RUNNABLE at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at j

Re: [VOTE] Release Apache Tomcat Native 1.2.12

2017-02-18 Thread Rainer Jung
Am 09.02.2017 um 13:38 schrieb Mark Thomas: Version 1.2.12 includes the following changes compared to 1.2.10: - Update minimum recommended OpenSSL version to 1.0.2k - Windows binaries built with OpenSSL 1.0.2k - Better documentation for building on Windows (including with FIPS enabled OpenSSL)

Re: HTTP response reason phrases

2017-01-25 Thread Rainer Jung
Am 25.01.2017 um 11:09 schrieb Rainer Jung: Am 24.01.2017 um 21:03 schrieb Mark Thomas: On 24/01/2017 19:08, Christopher Schultz wrote: I'm wondering what the wider community thinks about this change and whether or not we should consider reverting it for Tomcat 8.5.x. 8.5.x has been ou

Re: HTTP response reason phrases

2017-01-25 Thread Rainer Jung
Am 24.01.2017 um 21:03 schrieb Mark Thomas: On 24/01/2017 19:08, Christopher Schultz wrote: I'm wondering what the wider community thinks about this change and whether or not we should consider reverting it for Tomcat 8.5.x. 8.5.x has been out for 10 months and stable for 7. It is probably st

Re: [ANN] New committer: Emmanuel Bourg

2017-01-20 Thread Rainer Jung
Am 20.01.2017 um 18:12 schrieb Mark Thomas: On behalf of the Tomcat committers I am pleased to announce that Emmanuel Bourg (ebourg) has been voted in as a new Tomcat committer. Please join me in welcoming him. Congratulations and welcome! Rainer -

Re: [VOTE] Release Apache Tomcat 9.0.0.M17

2017-01-13 Thread Rainer Jung
Am 10.01.2017 um 22:28 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M17 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3

Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Rainer Jung
Am 10.01.2017 um 22:28 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.11 release is now available for voting. The major changes compared to the 8.5.9 release are: - HTTP/2 fixes and improvements - Improve the logic that selects an address to use to unlock the Acceptor to take account of

Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung
Still +1 but one corection below Am 13.01.2017 um 15:13 schrieb Rainer Jung: Am 13.01.2017 um 10:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.49 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org

Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung
Am 13.01.2017 um 10:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.49 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/ The Maven staging repo is: https://repositor

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rainer Jung
Am 26.10.2016 um 16:02 schrieb Rémy Maucherat: 2016-10-26 15:32 GMT+02:00 Romain Manni-Bucau : If I got the original issue right, it is only about allowing a user to replace the default (JULi) so should be acceptable, no? Right, but once you place your logging framework in the main CL, you cou

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rainer Jung
Am 26.10.2016 um 15:32 schrieb Romain Manni-Bucau: 2016-10-26 11:50 GMT+02:00 Rémy Maucherat : 2016-10-26 11:38 GMT+02:00 Rainer Jung : Note that for the jul bridge to work, the Log4J2 jar files have to be put onto the CLASSPATH (otherwise the Log4J2 jul LogManager can't be used) an

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-26 Thread Rainer Jung
Am 26.10.2016 um 08:33 schrieb Romain Manni-Bucau: 2016-10-26 8:26 GMT+02:00 Rainer Jung : Am 25.10.2016 um 22:40 schrieb Romain Manni-Bucau: 2016-10-25 22:35 GMT+02:00 Rainer Jung : Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau: I'm not sure though, how dangerous this is d

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rainer Jung
Am 25.10.2016 um 22:40 schrieb Romain Manni-Bucau: 2016-10-25 22:35 GMT+02:00 Rainer Jung : Am 25.10.2016 um 17:07 schrieb Romain Manni-Bucau: This has the issue but the fix is easy and 100% belonging to the Log impl jar: http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rainer Jung
s.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-10-25 16:38 GMT+02:00 Rainer Jung : Am 25.10.2016 um 15:33 sch

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rainer Jung
Am 25.10.2016 um 15:33 schrieb Romain Manni-Bucau: Hi guys, since now tomcat has Log API as a SPI doing 2 is easy ( http://svn.apache.org/repos/asf/openwebbeans/microwave/trunk/microwave-core/src/main/java/org/apache/microwave/logging/tomcat/Log4j2Log.java) and just a drop-in jar setup so not su

Re: TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rainer Jung
Am 25.10.2016 um 15:49 schrieb Rémy Maucherat: 2016-10-25 15:33 GMT+02:00 Romain Manni-Bucau : Hi guys, since now tomcat has Log API as a SPI doing 2 is easy ( http://svn.apache.org/repos/asf/openwebbeans/microwave/ trunk/microwave-core/src/main/java/org/apache/microwave/ logging/tomcat/Log4j2

TC 8.5 and Log4J2 via Juli: Wrong location info

2016-10-25 Thread Rainer Jung
Hi everyone, when using TC 8.5 with the Log4J2 jul bridge the location info in the Log4J output points to the juli class DirectJDKLog instead of the Tomcat class with the juli log call. Only the category/logger name is correct: %c: org.apache.catalina.core.StandardServer (Example, correct) %C

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-09 Thread Rainer Jung
Am 09.10.2016 um 12:04 schrieb Huxing Zhang: Hi Rainer, Thanks for your hint, I think I've found out the root cause. When I first compile openssl 1.1.0, the binaries have been installed to /usr/local/openssl, the libcrypto.so.1.1 has been installed to /usr/local/openssl/lib/. After I re-inst

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-08 Thread Rainer Jung
Hi, Am 08.10.2016 um 05:08 schrieb Huxing Zhang: ... [echo] tc.library.path = /home/admin/tomcat/tcnative/tomcat-native-1.2.10-src/native/.libs [echo] Running Tomcat Native Echo example ... [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/admin/tomcat/

Re: svn commit: r1758423 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/descriptor/web/ test/javax/ser

2016-08-30 Thread Rainer Jung
Am 30.08.2016 um 18:41 schrieb ma...@apache.org: Author: markt Date: Tue Aug 30 16:41:12 2016 New Revision: 1758423 URL: http://svn.apache.org/viewvc?rev=1758423&view=rev Log: (empty) Intentionally empty log message? Rainer ---

Re: Buffer overflow in jk_connect.c::nb_connect

2016-07-19 Thread Rainer Jung
Am 19.07.2016 um 00:20 schrieb Christopher Schultz: On 7/18/16 5:48 PM, Rainer Jung wrote: Am 18.07.2016 um 17:02 schrieb Christopher Schultz: All, Michael Deiner found a buffer overflow in the call to FD_SET macro on line 291 of jk_connect.c: 280> do { 281>rc = connect(sd,

Re: Buffer overflow in jk_connect.c::nb_connect

2016-07-18 Thread Rainer Jung
Hi Chris, thanks for picking this topic. Am 18.07.2016 um 17:02 schrieb Christopher Schultz: All, Michael Deiner found a buffer overflow in the call to FD_SET macro on line 291 of jk_connect.c: 280> do { 281>rc = connect(sd, (const struct sockaddr *)&addr->sa.sin, addr->salen); 282>

Re: Gump failures

2016-07-11 Thread Rainer Jung
Hi Mark, Am 05.07.2016 um 14:27 schrieb Mark Thomas: The Gump failures we are seeing are due to the tests taking more than an hour to run. I've looked through the logs and I don't see any obvious culprits although a second pair of eyes wouldn't hurt. I've made a few changes to the test configur

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 18:06 schrieb therealnewo...@gmail.com: On Tue, Jun 28, 2016 at 11:51 AM, Rainer Jung wrote: Am 28.06.2016 um 16:07 schrieb Mark Thomas: On 28/06/2016 12:28, Mark Thomas wrote: On 28/06/2016 11:34, Rainer Jung wrote: Am 28.06.2016 um 11:15 schrieb Mark Thomas

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 16:07 schrieb Mark Thomas: On 28/06/2016 12:28, Mark Thomas wrote: On 28/06/2016 11:34, Rainer Jung wrote: Am 28.06.2016 um 11:15 schrieb Mark Thomas: Index: src/ssl.c === --- src/ssl.c(revision 1750259

Re: Bug that spans tomcat and tomcat-native

2016-06-28 Thread Rainer Jung
Am 28.06.2016 um 11:15 schrieb Mark Thomas: On 27/06/2016 23:54, Nate Clark wrote: On Mon, Jun 27, 2016 at 5:19 PM, Mark Thomas wrote: On 27/06/2016 19:59, Nate Clark wrote: On Mon, Jun 27, 2016 at 2:13 PM, Rainer Jung wrote: I wouldn't care too much about portability right now. I

Re: Bug that spans tomcat and tomcat-native

2016-06-27 Thread Rainer Jung
Am 27.06.2016 um 18:47 schrieb Nate Clark: On Mon, Jun 27, 2016 at 12:17 PM, wrote: On Mon, Jun 27, 2016 at 12:04 PM, wrote: On Mon, Jun 27, 2016 at 11:54 AM, Rainer Jung wrote: Great analysis. I was really wondering, what could make the hash map so huge and hadn't thought about the

Re: Bug that spans tomcat and tomcat-native

2016-06-27 Thread Rainer Jung
Hi Mark, Am 27.06.2016 um 15:11 schrieb Mark Thomas: I believe I have an explanation for what is going on that fits both the reported behaviour and the proposed fix. Background == OpenSSL tracks a list of the most recent errors for each thread in a hash map keyed on the thread (int_thr

Re: SSL errors with tc-native

2016-06-22 Thread Rainer Jung
Hi Mark, Am 22.06.2016 um 13:20 schrieb Mark Thomas: A while ago I observed unexpected APR_EGENERAL errors being returned when performing SSL reads. I was unable to identify the root cause but I did discover that if those errors were treated as EAGAIN, processing continued normally. As a result,

Re: Timescale for 8.0.x EOL

2016-06-20 Thread Rainer Jung
Am 20.06.2016 um 12:12 schrieb Mark Thomas: On 15/06/2016 08:02, jean-frederic clere wrote: On 06/14/2016 02:05 PM, Rémy Maucherat wrote: 2016-06-14 10:31 GMT+02:00 Mark Thomas : On 14/06/2016 09:00, Emmanuel Bourg wrote: Le 13/06/2016 à 17:47, Mark Thomas a écrit : Now we have a stable rel

Re: [VOTE] Release Apache Tomcat 9.0.0.M6

2016-05-15 Thread Rainer Jung
Am 12.05.2016 um 00:06 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M6 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL 3.

Re: [VOTE] Release Apache Tomcat 8.5.2

2016-05-15 Thread Rainer Jung
Am 12.05.2016 um 00:22 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.2 release is now available for voting. 8.5.2 corrects a regression found in 8.5.1. The major changes compared to the 8.5.0 release are: - Add the org.apache.catalina.servlet4preview package that can be used to gain ear

Re: [VOTE] Release Apache Tomcat 8.0.35

2016-05-15 Thread Rainer Jung
Am 12.05.2016 um 00:34 schrieb Mark Thomas: The proposed Apache Tomcat 8.0.35 release is now available for voting. 8.0.35 corrects a regression found in 8.0.34. The main changes since 8.0.33 are: - Make the default TLS configuration more secure. - Update the packaged version of the Tomcat Nat

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

2016-05-05 Thread Rainer Jung
Am 06.05.2016 um 05:34 schrieb Bill Barker: ... test: ... [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO.txt BUILD FAILED Haven't looked at our test log but in OpenSSL trunk there was a change

Re: [VOTE] Release Apache Tomcat Native 1.2.7

2016-05-05 Thread Rainer Jung
Am 04.05.2016 um 11:42 schrieb Mark Thomas: Version 1.2.7 includes the following changes: - Windows binaries rebuild with OpenSSL 1.0.2h The proposed release artefacts can be found at [1], and the build was done using tag [2]. The Apache Tomcat Native 1.2.7 is [X] Stable, go ahead and releas

Re: OpenSSL issues and release plans

2016-05-03 Thread Rainer Jung
Am 03.05.2016 um 16:53 schrieb Mark Thomas: Hi, OpenSSL have released the details of the security fixed in 1.0.2h. I've looked through them quickly and it looks like at least CVE-2016-2107 is applicable to Tomcat-Native. Given that I haven't got 9.0.x to the point where it is ready to release a

Re: [VOTE] Release Apache Tomcat Native 1.2.6

2016-04-24 Thread Rainer Jung
Am 19.04.2016 um 23:32 schrieb 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

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

2016-04-19 Thread Rainer Jung
Am 19.04.2016 um 15:51 schrieb Mark Thomas: On 19/04/2016 13:53, Rainer Jung wrote: Am 19.04.2016 um 13:41 schrieb Konstantin Kolinko: 2016-04-19 13:34 GMT+03:00 Rainer Jung : Is there a way to look at installed build results on Gump? I would be interested in /srv/gump/public/workspace

Re: Time for tc-native 1.2.6

2016-04-19 Thread Rainer Jung
Am 19.04.2016 um 12:17 schrieb Rainer Jung: Am 19.04.2016 um 11:35 schrieb 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. I don't understand the Gump failure for tcnative trunk which happened this ni

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 : 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

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
Am 19.04.2016 um 11:35 schrieb 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. I don't understand the Gump failure for tcnative trunk which happened this night. The errors look like tcnative trunk ha

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: dev-h..

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 rou

Re: Time for tc-native 1.2.6

2016-04-18 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 rou

Re: Time for tc-native 1.2.6

2016-04-18 Thread 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 Tomcat releases can pick it up - particularl

Re: Time for tc-native 1.2.6

2016-04-18 Thread Rainer Jung
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 Tomcat releases can pick it up - particularly the cert chain from Java keystore fix. I'm intending to tag in ~24 hours. Please reply if you need m

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

2016-04-13 Thread Rainer Jung
Am 26.03.2016 um 22:00 schrieb Rainer Jung: Am 25.03.2016 um 04:53 schrieb Bill Barker: ... [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.TestSsl.APR.txt ... [concat] TEST-org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.APR.txt

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

2016-03-26 Thread Rainer Jung
Am 25.03.2016 um 04:53 schrieb Bill Barker: ... [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.TestSsl.APR.txt ... [concat] TEST-org.apache.tomcat.websocket.TestWebSocketFrameClientSSL.APR.txt [concat] TEST-org.apache.tomcat.websocket.TestWsWe

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

2016-03-23 Thread Rainer Jung
Am 23.03.2016 um 01:15 schrieb Bill Barker: /bin/bash /srv/gump/public/workspace/apr-1/dest-20160323/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DHAVE_OPENSSL -DHAVE_POLLSET_WAKEUP -I/srv/gump/public/workspace/to

Re: tcnative configure script

2016-03-21 Thread Rainer Jung
Hi Chris, do you prefer this: === quote === checking OpenSSL library version >= 1.0.2... Found OPENSSL_VERSION_NUMBER 0x1000112f (OpenSSL 1.0.1r 28 Jan 2016) Require OPENSSL_VERSION_NUMBER 0x1000200f or greater (1.0.2) configure: error: Your version of OpenSSL is not compatible with this

Re: Gump changes for tcnative

2016-03-09 Thread Rainer Jung
Am 08.03.2016 um 21:53 schrieb Rainer Jung: I changed the gump config for tcnative: - building tcnative 1.1.x against OpenSSL 1.0.2 and trunk against OpenSSL master. Until now it was the other way round. - added a tcnative-12 build which builds tcnative trunk but against OpenSSL 1.0.2. The &qu

Gump changes for tcnative

2016-03-08 Thread Rainer Jung
I changed the gump config for tcnative: - building tcnative 1.1.x against OpenSSL 1.0.2 and trunk against OpenSSL master. Until now it was the other way round. - added a tcnative-12 build which builds tcnative trunk but against OpenSSL 1.0.2. The "12" stands for the 1.2 releases we cut in the

Re: svn commit: r1733827 - /tomcat/native/trunk/native/srclib/openssl/openssl-msvcrt.patch

2016-03-07 Thread Rainer Jung
Am 07.03.2016 um 08:27 schrieb Mark Thomas: On 06/03/2016 18:46, rj...@apache.org wrote: Author: rjung Date: Sun Mar 6 18:46:46 2016 New Revision: 1733827 URL: http://svn.apache.org/viewvc?rev=1733827&view=rev Log: Update OpenSSL patch for OpenSSL 1.0.2g. Why was this necessary? I built 1.2.

Re: tcnative NMAKEmakefiles updates for APR 1.5.2

2016-03-06 Thread Rainer Jung
Am 06.03.2016 um 19:49 schrieb Rainer Jung: I updated the tcnative NMAKEmakefiles and the provided openssl patch for building with APR 1.5.2 and OpenSSL 1.0.2g. Can others please see, whether it still works for them? I did run a build myself, but there are many possible variations of parameters

tcnative NMAKEmakefiles updates for APR 1.5.2

2016-03-06 Thread Rainer Jung
I updated the tcnative NMAKEmakefiles and the provided openssl patch for building with APR 1.5.2 and OpenSSL 1.0.2g. Can others please see, whether it still works for them? I did run a build myself, but there are many possible variations of parameters influencing the build, so it would be bett

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-05 Thread Rainer Jung
Am 05.03.2016 um 19:54 schrieb Rainer Jung: Am 05.03.2016 um 19:18 schrieb Mark Thomas: On 05/03/2016 09:23, Rainer Jung wrote: Am 02.03.2016 um 14:43 schrieb Mark Thomas: Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - Fixes to

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-05 Thread Rainer Jung
Am 05.03.2016 um 19:18 schrieb Mark Thomas: On 05/03/2016 09:23, Rainer Jung wrote: Am 02.03.2016 um 14:43 schrieb Mark Thomas: Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - Fixes to allow continued building with master The

Re: [VOTE] Release Apache Tomcat Native 1.2.5

2016-03-05 Thread Rainer Jung
Am 02.03.2016 um 14:43 schrieb Mark Thomas: Version 1.2.4 includes the following changes: - Report runtime rather than compile time version for OpenSSL - 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

<    1   2   3   4   5   6   7   8   9   10   >