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 06E9118DDE for ; Wed, 2 Mar 2016 17:34:20 +0000 (UTC) Received: (qmail 68011 invoked by uid 500); 2 Mar 2016 17:34:19 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 67912 invoked by uid 500); 2 Mar 2016 17:34:19 -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 67859 invoked by uid 99); 2 Mar 2016 17:34:19 -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:34:19 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 751FC2C1F76 for ; Wed, 2 Mar 2016 17:34:18 +0000 (UTC) Date: Wed, 2 Mar 2016 17:34:18 +0000 (UTC) From: "Timothy Bish (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5883) AMQ accepts MQTT SUBSCRIBE and UNSUBSCRIBE with no topic filters 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-5883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5883. ------------------------------- Resolution: Fixed Fix Version/s: 5.14.0 > AMQ accepts MQTT SUBSCRIBE and UNSUBSCRIBE with no topic filters > ---------------------------------------------------------------- > > Key: AMQ-5883 > URL: https://issues.apache.org/jira/browse/AMQ-5883 > 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 > > > MQTT spec says: > [MQTT-3.8.3-3] > The payload of a SUBSCRIBE packet MUST contain at least one Topic Filter / QoS pair. A SUBSCRIBE packet with no payload is a protocol violation. > [MQTT-3.10.3-2] > The Payload of an UNSUBSCRIBE packet MUST contain at least one Topic Filter. An UNSUBSCRIBE packet with no payload is a protocol violation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)