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

2017-08-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/23/17 5:33 AM, ma...@apache.org wrote: > Author: markt Date: Wed Aug 23 09:33:49 2017 New Revision: 1805870 > > URL: http://svn.apache.org/viewvc?rev=1805870&view=rev Log: Partial > fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56313 Mark Thomas changed: What|Removed |Added CC||kevin.g.flynn@thomsonreuter

[Bug 57140] tcnative-1.dll 1.1.31 indicated in fatal error

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57140 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56313 Mark Thomas changed: What|Removed |Added CC||martin.ha...@ysoft.com --- Comment #17 f

[Bug 56415] EXCEPTION_ACCESS_VIOLATION (0xc0000005) in tcnative-1.dll

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56415 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 55797] Tomcat 7.0.47 crashes using server jvm.dll and APR at ntdll!ZwGetContextThread+0xa

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55797 Mark Thomas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEEDINFO

[Bug 56313] Tomcat 8 crashes in tcnative-1.dll+0x7923

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56313 Mark Thomas changed: What|Removed |Added CC||kmash...@yahoo.com --- Comment #16 from

Random SocketTimeoutExceptions in Tomcat 8.0.x

2017-08-23 Thread Peter Major
Hi, I believe I have identified a bug in Tomcat 7.0.15+ and 8.0.x versions that is likely to also affect 8.0.47-dev version: It is possible that under high load NioBlockingSelector will incorrectly detect read socket timeout (even though timeouts are disabled on the underlying Socket), and thus ca

Re: svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-23 Thread Mark Thomas
On 23/08/17 22:12, ma...@apache.org wrote: > Author: markt > Date: Wed Aug 23 21:12:17 2017 > New Revision: 1805960 > > URL: http://svn.apache.org/viewvc?rev=1805960&view=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60301 > When building Tomcat Native, allow the user to override

[Bug 60301] Cannot exchange libtool bundled with apr with a newer one

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60301 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1805960 - in /tomcat/native/trunk: native/Makefile.in native/configure.in xdocs/miscellaneous/changelog.xml

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 21:12:17 2017 New Revision: 1805960 URL: http://svn.apache.org/viewvc?rev=1805960&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60301 When building Tomcat Native, allow the user to override the libtool specified by APR but setting the LIBTOOL envi

[Bug 60290] rules.mk defeats CC for configure

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60290 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1805943 - in /tomcat/native/trunk: native/Makefile.in xdocs/miscellaneous/changelog.xml

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 17:45:20 2017 New Revision: 1805943 URL: http://svn.apache.org/viewvc?rev=1805943&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60290 When building Tomcat Native, don't ignore the value of CC if explicitly set. Patch provided by Michael Osipov. Mo

svn commit: r1805942 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 17:40:49 2017 New Revision: 1805942 URL: http://svn.apache.org/viewvc?rev=1805942&view=rev Log: Update changelog with LibreSSL info Warnings all fixed, test cases pass, simple smoke tests pass. Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Mod

[Bug 58434] Make Fails Against LibreSSL

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58434 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1805877 - in /tomcat/native/trunk/native: config.nice.openssl include/ssl_private.h src/ssl.c src/sslcontext.c

2017-08-23 Thread Mark Thomas
On 23/08/17 12:31, Rainer Jung wrote: > Am 23.08.2017 um 12:55 schrieb ma...@apache.org: >> Author: markt >> Date: Wed Aug 23 10:55:53 2017 >> New Revision: 1805877 >> >> URL: http://svn.apache.org/viewvc?rev=1805877&view=rev >> Log: >> Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id

svn commit: r1805885 - /tomcat/native/trunk/native/src/sslinfo.c

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 11:49:53 2017 New Revision: 1805885 URL: http://svn.apache.org/viewvc?rev=1805885&view=rev Log: Fix remaining LibreSSL warnings Modified: tomcat/native/trunk/native/src/sslinfo.c Modified: tomcat/native/trunk/native/src/sslinfo.c URL: http://svn.apache.org/vie

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

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 11:45:11 2017 New Revision: 1805884 URL: http://svn.apache.org/viewvc?rev=1805884&view=rev Log: Fix two more LibreSSL warnings Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL: http://svn.apache.or

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

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 11:43:30 2017 New Revision: 1805883 URL: http://svn.apache.org/viewvc?rev=1805883&view=rev Log: Fix a warning when compiling with LibreSSL Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL: http://s

svn commit: r1805882 - /tomcat/native/trunk/native/config.nice.openssl

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 11:42:50 2017 New Revision: 1805882 URL: http://svn.apache.org/viewvc?rev=1805882&view=rev Log: Remove file added in error Removed: tomcat/native/trunk/native/config.nice.openssl - To unsubscr

Re: svn commit: r1805877 - in /tomcat/native/trunk/native: config.nice.openssl include/ssl_private.h src/ssl.c src/sslcontext.c

2017-08-23 Thread Rainer Jung
Am 23.08.2017 um 12:55 schrieb ma...@apache.org: Author: markt Date: Wed Aug 23 10:55:53 2017 New Revision: 1805877 URL: http://svn.apache.org/viewvc?rev=1805877&view=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58434 Fix remaining errors when building with libressl. W

svn commit: r1805879 - in /tomcat/native/trunk/native/src: ssl.c sslcontext.c

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 11:10:58 2017 New Revision: 1805879 URL: http://svn.apache.org/viewvc?rev=1805879&view=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58434 Fix enough of the remaining warnings to enable Tomcat to start and a serve pages over TLS. Some warni

svn commit: r1805877 - in /tomcat/native/trunk/native: config.nice.openssl include/ssl_private.h src/ssl.c src/sslcontext.c

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 10:55:53 2017 New Revision: 1805877 URL: http://svn.apache.org/viewvc?rev=1805877&view=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58434 Fix remaining errors when building with libressl. Warnings still to be fixed. Note: This is not yet wo

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

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

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 09:33:49 2017 New Revision: 1805870 URL: http://svn.apache.org/viewvc?rev=1805870&view=rev Log: Partial fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58434 Fix an error when trying to build with libressl Note: Other errors and warnings still to be fixed Mod

svn commit: r1805866 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 08:15:10 2017 New Revision: 1805866 URL: http://svn.apache.org/viewvc?rev=1805866&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61425 Ensure that transaction of idle connection has terminated when the testWhileIdle is set to true and defaultAut

svn commit: r1805865 - in /tomcat/tc8.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 08:14:34 2017 New Revision: 1805865 URL: http://svn.apache.org/viewvc?rev=1805865&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61425 Ensure that transaction of idle connection has terminated when the testWhileIdle is set to true and defaultAut

svn commit: r1805864 - in /tomcat/tc8.5.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 08:13:48 2017 New Revision: 1805864 URL: http://svn.apache.org/viewvc?rev=1805864&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61425 Ensure that transaction of idle connection has terminated when the testWhileIdle is set to true and defaultAut

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

2017-08-23 Thread remm
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/native/src/sslcontext.c URL: http://svn.apache.org/v

[Bug 61425] all idle connections become ' in transaction' when the 'testWhileIdle' is set to 'true' and 'defaultAutoCommit' is set to 'false'

2017-08-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61425 Keiichi Fujino changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1805863 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java webapps/docs/changelog.xml

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 08:10:13 2017 New Revision: 1805863 URL: http://svn.apache.org/viewvc?rev=1805863&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61425 Ensure that transaction of idle connection has terminated when the testWhileIdle is set to true and defaultAut

svn commit: r1805862 - /tomcat/native/trunk/xdocs/index.xml

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 08:08:41 2017 New Revision: 1805862 URL: http://svn.apache.org/viewvc?rev=1805862&view=rev Log: Update docs - remove sentence that refers to 'manuals' - remove reference to 6.0.x Modified: tomcat/native/trunk/xdocs/index.xml Modified: tomcat/native/trunk/xdocs/

svn commit: r1805860 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-08-23 Thread markt
Author: markt Date: Wed Aug 23 08:04:09 2017 New Revision: 1805860 URL: http://svn.apache.org/viewvc?rev=1805860&view=rev Log: Add changelog entry for r1803817 Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL:

svn commit: r1805856 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 06:24:21 2017 New Revision: 1805856 URL: http://svn.apache.org/viewvc?rev=1805856&view=rev Log: Avoid Ping timeout until the added map member by receiving MSG_START message is completely started. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes

svn commit: r1805855 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LocalStrings.properties webapps/docs/changelog.x

2017-08-23 Thread kfujino
Author: kfujino Date: Wed Aug 23 06:23:08 2017 New Revision: 1805855 URL: http://svn.apache.org/viewvc?rev=1805855&view=rev Log: Avoid Ping timeout until the added map member by receiving MSG_START message is completely started. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes