Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96694200CEC for ; Tue, 1 Aug 2017 02:44:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94D641662A9; Tue, 1 Aug 2017 00:44:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0DF851662A1 for ; Tue, 1 Aug 2017 02:44:19 +0200 (CEST) Received: (qmail 39249 invoked by uid 500); 1 Aug 2017 00:44:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 39238 invoked by uid 99); 1 Aug 2017 00:44:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 00:44:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D36C9E02F3; Tue, 1 Aug 2017 00:44:18 +0000 (UTC) From: Invader444 To: dev@tomcat.apache.org Reply-To: dev@tomcat.apache.org Message-ID: Subject: [GitHub] tomcat pull request #71: Fix #61366 - Set the TCCL to that of the webapp con... Content-Type: text/plain Date: Tue, 1 Aug 2017 00:44:18 +0000 (UTC) archived-at: Tue, 01 Aug 2017 00:44:20 -0000 GitHub user Invader444 opened a pull request: https://github.com/apache/tomcat/pull/71 Fix #61366 - Set the TCCL to that of the webapp context in JDBCStore.open(). https://bz.apache.org/bugzilla/show_bug.cgi?id=61366 You can merge this pull request into a Git repository by running: $ git pull https://github.com/AoD-Technologies/tomcat trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/71.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #71 ---- commit 8204651f95e808e9e983dcdea54fb524ffb862d4 Author: Jonathan Horowitz Date: 2017-08-01T00:35:16Z Fix #61366 - Set the TCCL to that of the webapp context in JDBCStore.open(). ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org