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 92827412D for ; Fri, 13 May 2011 15:56:13 +0000 (UTC) Received: (qmail 71295 invoked by uid 500); 13 May 2011 15:56:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 71265 invoked by uid 500); 13 May 2011 15:56:13 -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 71257 invoked by uid 99); 13 May 2011 15:56:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2011 15:56:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chirino@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2011 15:56:08 +0000 Received: by vxc40 with SMTP id 40so2725283vxc.2 for ; Fri, 13 May 2011 08:55:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RcBey5eu8/1SiR8NUgP5h8RC5VuUwfrm4GYDxVxQnZE=; b=UjTR3Wvnzzzfem321z5Y5ASiY/MN0XncU/ZfLBYLOyVW1QNXAK/1MpZdNX46WrwYH6 D9MlJAYtizVmHT+o3P5mylfg18LwehJVoAK7jVcPFDUBP92I+dfL7pp6U6qoF2P/7t+C jqJG8c/rMGO/7QwDte0yTTGxDeWcsfwP6B+lY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=uset+rh17KJbj5Ktz5Av+uIaAc6orJvB8DAdkzbwJhcuJv/82qKSPOM/8S2tWpDdzJ YtCMq0LoZWXDioH4ES07QrfMYfE1e/TvpzUXQYWHPTg14hF9AbjofoXtRoXaYmUGYis0 qTVXUGxXhhoSmeUTw7hg7f89vFZJXMj0JyWmg= MIME-Version: 1.0 Received: by 10.52.0.9 with SMTP id 9mr2200125vda.278.1305302147766; Fri, 13 May 2011 08:55:47 -0700 (PDT) Sender: chirino@gmail.com Received: by 10.52.157.233 with HTTP; Fri, 13 May 2011 08:55:47 -0700 (PDT) In-Reply-To: <20110513154117.3081.abe10f7e5afbbb3a79ce619739541149@cern.ch> References: <20110513154117.3081.abe10f7e5afbbb3a79ce619739541149@cern.ch> Date: Fri, 13 May 2011 11:55:47 -0400 X-Google-Sender-Auth: diA58uA2D9_Q9Wj06w11_qVR1zo Message-ID: Subject: Re: Apollo does not encode colons in header From: Hiram Chirino To: Lionel Cons Cc: dev@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Could you get me the full session TCP dump. I remember doing a recent change so the the encoding only occurred in 1.1 but not 1.0. I may have messed something up. Regards, Hiram FuseSource Web: http://fusesource.com/ Connect at CamelOne May 24-26 The Open Source Integration Conference On Fri, May 13, 2011 at 9:46 AM, Lionel Cons wrote: > Hiram, > > I've noticed that the latest snapshot that I got does not encode > colons in headers (using STOMP 1.1). Here is a tcpdump: > > 0x0030: =A07ab8 c81a 4d45 5353 4147 450a 7375 6273 =A0z...MESSAGE.subs > 0x0040: =A06372 6970 7469 6f6e 3a39 6239 6231 3238 =A0cription:9b9b128 > 0x0050: =A02d34 6463 6433 3461 392d 3466 6531 2d65 =A0-4dcd34a9-4fe1-e > 0x0060: =A06266 2d31 0a4a 4d53 5855 7365 7249 443a =A0bf-1.JMSXUserID: > 0x0070: =A06775 6573 740a 6d65 7373 6167 652d 6964 =A0guest.message-id > 0x0080: =A03a6d 7367 3a31 0a64 6573 7469 6e61 7469 =A0:msg:1.destinati > 0x0090: =A06f6e 3a2f 7175 6575 652f 7465 7374 0a74 =A0on:/queue/test.t > > We see msg:1 instead of msg\c1. > > Cheers, > > Lionel >