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 A5DD9200B4A for ; Wed, 6 Jul 2016 00:15:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A492A160A6F; Tue, 5 Jul 2016 22:15:40 +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 E4F2B160A60 for ; Wed, 6 Jul 2016 00:15:39 +0200 (CEST) Received: (qmail 7835 invoked by uid 500); 5 Jul 2016 22:15:39 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 7824 invoked by uid 99); 5 Jul 2016 22:15:38 -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, 05 Jul 2016 22:15:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B122BE01C1; Tue, 5 Jul 2016 22:15:38 +0000 (UTC) From: jbertram To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #622: ARTEMIS-578 cert authn/z for STOMP Content-Type: text/plain Message-Id: <20160705221538.B122BE01C1@git1-us-west.apache.org> Date: Tue, 5 Jul 2016 22:15:38 +0000 (UTC) archived-at: Tue, 05 Jul 2016 22:15:40 -0000 Github user jbertram commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/622#discussion_r69647599 --- Diff: artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java --- @@ -16,6 +16,7 @@ */ package org.apache.activemq.artemis.core.protocol.stomp.v11; +import javax.security.cert.X509Certificate; --- End diff -- This was implemented on core via https://issues.apache.org/jira/browse/ARTEMIS-261. This PR is just for Stomp. I believe other protocols will need to be examined on an individual basis. --- 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. ---