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 8EF7C200C6C for ; Fri, 5 May 2017 12:00:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8D925160BAF; Fri, 5 May 2017 10:00:08 +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 D504F160B97 for ; Fri, 5 May 2017 12:00:07 +0200 (CEST) Received: (qmail 86627 invoked by uid 500); 5 May 2017 10:00:07 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 86617 invoked by uid 99); 5 May 2017 10:00:07 -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; Fri, 05 May 2017 10:00:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EF416DFBDA; Fri, 5 May 2017 10:00:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gtully@apache.org To: commits@activemq.apache.org Message-Id: <14d4c42cbff14906880eb8885a26b019@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq git commit: fix cn to match jdk8 cert Date: Fri, 5 May 2017 10:00:06 +0000 (UTC) archived-at: Fri, 05 May 2017 10:00:08 -0000 Repository: activemq Updated Branches: refs/heads/master b30ae4e84 -> ae97fbd52 fix cn to match jdk8 cert Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/ae97fbd5 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/ae97fbd5 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/ae97fbd5 Branch: refs/heads/master Commit: ae97fbd52ea3e4ee90be0386402c93508d4331c9 Parents: b30ae4e Author: gtully Authored: Fri May 5 11:01:33 2017 +0100 Committer: gtully Committed: Fri May 5 11:01:33 2017 +0100 ---------------------------------------------------------------------- .../ssl-domain-JaasDualAuthenticationNetworkBridge.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/ae97fbd5/activemq-unit-tests/src/test/resources/ssl-domain-JaasDualAuthenticationNetworkBridge.properties ---------------------------------------------------------------------- diff --git a/activemq-unit-tests/src/test/resources/ssl-domain-JaasDualAuthenticationNetworkBridge.properties b/activemq-unit-tests/src/test/resources/ssl-domain-JaasDualAuthenticationNetworkBridge.properties index 931e673..d46351e 100644 --- a/activemq-unit-tests/src/test/resources/ssl-domain-JaasDualAuthenticationNetworkBridge.properties +++ b/activemq-unit-tests/src/test/resources/ssl-domain-JaasDualAuthenticationNetworkBridge.properties @@ -28,4 +28,4 @@ # Used by test org.apache.activemq.security.JaasDualAuthenticationNetworkBridgeTest -adminSSL=CN=localhost, OU=activemq.org, O=activemq.org, L=LA, ST=CA, C=US +adminSSL=CN=localhost, OU=activemq.org, O=activemq.org, L=Unknown, ST=Unknown, C=Unknown