Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D97DFDCCE for ; Tue, 16 Oct 2012 15:01:05 +0000 (UTC) Received: (qmail 57778 invoked by uid 500); 16 Oct 2012 15:01:05 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57746 invoked by uid 500); 16 Oct 2012 15:01:05 -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 57691 invoked by uid 99); 16 Oct 2012 15:01:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 15:01:05 +0000 Date: Tue, 16 Oct 2012 15:01:05 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <652238831.51697.1350399665351.JavaMail.jiratomcat@arcas> In-Reply-To: <1963154681.41501.1350141363385.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (AMQ-4104) STOMP 1.1 CONNECTED Frame has erroneously encoded headers 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-4104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-4104. ------------------------------- Resolution: Fixed Fix Version/s: 5.8.0 Fixed in trunk > STOMP 1.1 CONNECTED Frame has erroneously encoded headers > --------------------------------------------------------- > > Key: AMQ-4104 > URL: https://issues.apache.org/jira/browse/AMQ-4104 > Project: ActiveMQ > Issue Type: Bug > Components: stomp > Affects Versions: 5.7.0 > Environment: Ubuntu 11.10 > Reporter: Guy Allard > Assignee: Timothy Bish > Fix For: 5.8.0 > > > The STOMP 1.1 specification says: > All frames except the CONNECT and CONNECTED frames will also escape any colon or newline octets found in the resulting UTF-8 encoded headers. ...... The CONNECT and CONNECTED frames do not escape the colon or newline octets in order to remain backward compatible with STOMP 1.0. > AMQ 5.7.0 is out of specification with regard to this. > Example telnet session: > $ telnet tjjackson 61613 > Trying 192.168.1.200... > Connected to tjjackson. > Escape character is '^]'. > CONNECT > login:me > passcode:asdasd > accept-version:1.1 > host:tjjackson > heart-beat:10000,15000 > ^@ > CONNECTED > heart-beat:15000,10000 > session:ID\ctjjackson-55318-1350137693500-2\c1 > server:ActiveMQ/5.7.0 > version:1.1 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira