Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFBCB180E4 for ; Wed, 7 Oct 2015 15:57:25 +0000 (UTC) Received: (qmail 4881 invoked by uid 500); 7 Oct 2015 15:56:09 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 3285 invoked by uid 500); 7 Oct 2015 15:56:06 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 99954 invoked by uid 99); 7 Oct 2015 15:49:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 15:49:27 +0000 Date: Wed, 7 Oct 2015 15:49:27 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARTEMIS-151) TransportConfiguration does not check the name in equals MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clebert suconic updated ARTEMIS-151: ------------------------------------ Affects Version/s: 1.1.0 > TransportConfiguration does not check the name in equals > -------------------------------------------------------- > > Key: ARTEMIS-151 > URL: https://issues.apache.org/jira/browse/ARTEMIS-151 > Project: ActiveMQ Artemis > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Jeff Mesnil > Fix For: 1.1.1 > > > Configuration#setAcceptorConfigurations takes a Set of TransportConfiguration. > These objects does not check their name in their equals() method and it is not possible to have 2 acceptors with the same set of parameters but different names (we need that case in our app server to represent HTTP / HTTPS acceptors that are handled differently by our web stack). -- This message was sent by Atlassian JIRA (v6.3.4#6332)