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 9FAD718E09 for ; Wed, 2 Mar 2016 17:37:18 +0000 (UTC) Received: (qmail 83270 invoked by uid 500); 2 Mar 2016 17:37:18 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 83229 invoked by uid 500); 2 Mar 2016 17:37:18 -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 83194 invoked by uid 99); 2 Mar 2016 17:37:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 17:37:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2C0192C1F64 for ; Wed, 2 Mar 2016 17:37:18 +0000 (UTC) Date: Wed, 2 Mar 2016 17:37:18 +0000 (UTC) From: "Timothy Bish (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5885) AMQ accepts illegal wildcard usage in MQTT SUBSCRIBE and UNSUBSCRIBE 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/AMQ-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5885. ------------------------------- Resolution: Fixed Fix Version/s: 5.14.0 > AMQ accepts illegal wildcard usage in MQTT SUBSCRIBE and UNSUBSCRIBE > -------------------------------------------------------------------- > > Key: AMQ-5885 > URL: https://issues.apache.org/jira/browse/AMQ-5885 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.11.1 > Environment: OSX 10.10 > https://github.com/ckrey/MQTT-Client-Framework testcases > Reporter: Christoph Krey > Priority: Minor > Fix For: 5.14.0 > > > AMQ accepts: "#MQTTClient" , "MQTTClient/#/def", "MQTTClient+" > MQTT spec says: > [MQTT-4.7.1-2] > The multi-level wildcard character MUST be specified either on its own or following a topic level separator. In either case it MUST be the last character specified in the Topic Filter. > [MQTT-4.7.1-3] > The single-level wildcard can be used at any level in the Topic Filter, including first and last levels. Where it is used it MUST occupy an entire level of the filter. -- This message was sent by Atlassian JIRA (v6.3.4#6332)