Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-29 Thread Romain Manni-Bucau
Can you give a try on a more recent tomcat version? Seems it works with master version since the tomcat-jdbc module classloader is tried first before the tccl? Tested with: public class PooledConnectionTest { @Test public void avoidNPEWhenTcclIsNull() throws SQLException { final Po

Re: [VOTE] Release Apache Tomcat 7.0.96

2019-07-29 Thread Violeta Georgieva
На сб, 27.07.2019 г. в 1:06 ч. Rainer Jung написа: > > > > Am 26.07.2019 um 22:57 schrieb Rainer Jung: > > Am 24.07.2019 um 15:56 schrieb Violeta Georgieva: > >> The proposed Apache Tomcat 7.0.96 release is now available for voting. > >> > >> For full details, see the changelog: > >> https://ci.ap

Re: [VOTE] Release Apache Tomcat 7.0.96

2019-07-29 Thread Mark Thomas
On 29/07/2019 09:57, Violeta Georgieva wrote: > На сб, 27.07.2019 г. в 1:06 ч. Rainer Jung >> The test seems to set a socket timeout to -1, which is no longer allowed >> by the following change: >> >> > https://github.com/unofficial-openjdk/openjdk/commit/3a77350f194df226cb6d618589a59d36fae9dc9c

Re: [VOTE] Release Apache Tomcat 7.0.96

2019-07-29 Thread Violeta Georgieva
Hi, На ср, 24.07.2019 г. в 16:56 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.96 release is now available for voting. > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html > > It can be obtained from: > https://dist.apache.

Re: [VOTE] Release Apache Tomcat 7.0.96

2019-07-29 Thread Felix Schumacher
Am 24. Juli 2019 15:56:53 MESZ schrieb Violeta Georgieva : >The proposed Apache Tomcat 7.0.96 release is now available for voting. > >For full details, see the changelog: >https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html > >It can be obtained from: >https://dist.apache.org/repos

[tomcat] branch master updated: Fix typo in error message

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 6c2969f Fix typo in error message 6c2969f is des

[tomcat] branch 8.5.x updated: Fix typo in error message

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new eb3c52f Fix typo in error message eb3c52f is descr

[tomcat] branch 7.0.x updated: Fix typo in error message

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 77b92a2 Fix typo in error message 77b92a2 is descr

[GitHub] [tomcat] markt-asf commented on issue #139: service.bat handles changed Service at installation

2019-07-29 Thread GitBox
markt-asf commented on issue #139: service.bat handles changed Service at installation URL: https://github.com/apache/tomcat/pull/139#issuecomment-515918939 I started to implement the above suggestion and hit another issue. If you install via the installer with a non-standard name you can;

[tomcat] branch 8.5.x updated (eb3c52f -> 4fa6a00)

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from eb3c52f Fix typo in error message new 51f00c2 Align with master. Back-port simple clean-up. new b5c04d5 Al

[tomcat] 04/04: Address a few more SpotBugs warnings

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4fa6a00a582ed6726451e71ac8f76e868631cb98 Author: Mark Thomas AuthorDate: Fri Dec 1 20:35:35 2017 + Address a few

[tomcat] 03/04: SpotBugs Refactor to remove some duplicated (and unused) code.

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 703f85abb7fbdb67ed9c2eea09832263a9b1bf09 Author: Mark Thomas AuthorDate: Thu Apr 5 18:10:22 2018 + SpotBugs R

[tomcat] 01/04: Align with master. Back-port simple clean-up.

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 51f00c256a7e7f0dc0f7bf5258fb40616dce3757 Author: Mark Thomas AuthorDate: Mon Jul 29 10:44:30 2019 +0100 Align with ma

[tomcat] 02/04: Align with master. Back-port i18n support.

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit b5c04d5e369d37599a7f9547a2eae944e8b9240d Author: Mark Thomas AuthorDate: Mon Jul 29 10:49:01 2019 +0100 Align with ma

[tomcat] branch master updated: Align with 8.5.x. Remove unnecessary code.

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 7c4852c Align with 8.5.x. Remove unnecessary cod

[tomcat] branch master updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63608 -ve pattern

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 0449873 Fix https://bz.apache.org/bugzilla/show_

[tomcat] branch 8.5.x updated: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63608 -ve pattern

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 802d30b Fix https://bz.apache.org/bugzilla/show_bu

[Bug 63608] Negative pattern match in rewrite rule is not as documented

2019-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63608 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.96

2019-07-29 Thread Violeta Georgieva
Hi, На ср, 24.07.2019 г. в 16:56 ч. Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.96 release is now available for voting. > > For full details, see the changelog: > https://ci.apache.org/projects/tomcat/tomcat7/docs/changelog.html > > It can be obtained from: > https://dist.apache.

Nexus: Promotion Completed

2019-07-29 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "maven-artifact/2.2.1 (Java 1.8.0_221; Windows 7 6.1)""userId" = "violetagg""ip" = "84.242.148.23"Details:The following artifacts have been promoted to the "Releases" [id=releases] repository/org/apache/tomcat/tomcat-juli/

[tomcat] branch master updated: Refactor to aid re-use

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d0cfd66 Refactor to aid re-use d0cfd66 is descri

[tomcat] branch 8.5.x updated: Refactor to aid re-use

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 276450e Refactor to aid re-use 276450e is describe

[tomcat] branch 7.0.x updated: Add release date for 7.0.96

2019-07-29 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 2fb5a89 Add release date for 7.0.96 2fb5a89 is

[Bug 63602] The temporary upload location is not valid

2019-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63602 --- Comment #3 from Christopher Schultz --- We have had previous requests to "create the temporary upload directory if it does not exist" because we had decided it was a minor security issue. This is at least a semi-legitimate case where it mig

svn commit: r35059 - /dev/tomcat/tomcat-7/v7.0.96/ /release/tomcat/tomcat-7/v7.0.96/

2019-07-29 Thread violetagg
Author: violetagg Date: Mon Jul 29 17:44:55 2019 New Revision: 35059 Log: Release Tomcat 7.0.96 Added: release/tomcat/tomcat-7/v7.0.96/ - copied from r35058, dev/tomcat/tomcat-7/v7.0.96/ Removed: dev/tomcat/tomcat-7/v7.0.96/

[Bug 63612] PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() may be null

2019-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63612 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Chr

[Bug 63612] PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() may be null

2019-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63612 --- Comment #4 from romain.manni-bucau --- Some libs do but pool and pool tries first tomcatjdbc classloader so if the driver is in the webapp it fails. Init should cache the value per webapp imho. -- You are receiving this mail because: You

[Bug 63602] The temporary upload location is not valid

2019-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63602 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

tcnative and JDK13/14

2019-07-29 Thread Rainer Jung
OpenJDK 13/14 introduced change fb5b3981eac: 8222720: Provide extended VMWare/vSphere virtualization related info in the hs_error file on linux/windows x86_64 On SLES 12 (maybe also other Linuxes) the impl loads /usr/lib64/libguestlib.so.0 already during JVM startup. That library depends on