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 AB34B200D54 for ; Fri, 8 Dec 2017 10:51:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A9CA2160C0D; Fri, 8 Dec 2017 09:51: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 E9514160BF2 for ; Fri, 8 Dec 2017 10:51:07 +0100 (CET) Received: (qmail 33660 invoked by uid 500); 8 Dec 2017 09:51:07 -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 33649 invoked by uid 99); 8 Dec 2017 09:51:06 -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, 08 Dec 2017 09:51:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B37FDF17FA; Fri, 8 Dec 2017 09:51:06 +0000 (UTC) From: andytaylor To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1695: ARTEMIS-1545 Ensure JMS security exceptions oc... Content-Type: text/plain Message-Id: <20171208095106.B37FDF17FA@git1-us-west.apache.org> Date: Fri, 8 Dec 2017 09:51:06 +0000 (UTC) archived-at: Fri, 08 Dec 2017 09:51:08 -0000 Github user andytaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/1695 I agree with Justin, I think its a bad idea to change this. we should find a different solution if we want to propagate exceptions back to the client. ---