Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 71626 invoked from network); 3 Apr 2009 16:12:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Apr 2009 16:12:57 -0000 Received: (qmail 81622 invoked by uid 500); 3 Apr 2009 16:12:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81548 invoked by uid 500); 3 Apr 2009 16:12:57 -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 81537 invoked by uid 99); 3 Apr 2009 16:12:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 16:12:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Apr 2009 16:12:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D5AF4234C051 for ; Fri, 3 Apr 2009 09:12:35 -0700 (PDT) Message-ID: <205195801.1238775155873.JavaMail.jira@brutus> Date: Fri, 3 Apr 2009 09:12:35 -0700 (PDT) From: "Martin Schlapfer (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQCPP-232) OpenWire encode and decode UTF8 incorrect In-Reply-To: <946966057.1238081262793.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-232?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Schlapfer updated AMQCPP-232: ------------------------------------ Attachment: OpenwireStringSupportTest.patch Updated cppunit test case for OpenwireStringSupportTest to support patch to= OpenwireStringSupport. > OpenWire encode and decode UTF8 incorrect > ----------------------------------------- > > Key: AMQCPP-232 > URL: https://issues.apache.org/activemq/browse/AMQCPP-232 > Project: ActiveMQ C++ Client > Issue Type: Bug > Components: Openwire > Affects Versions: 2.2.5 > Environment: Windows XP SP 3, Visual Studio 2008 > Reporter: Peter Pfort > Assignee: Timothy Bish > Fix For: 2.2.6, 3.0 > > Attachments: OpenwireStringSupport.patch, OpenwireStringSupport_f= ixed.patch, OpenwireStringSupportTest.patch > > > Hallo, > we are using topic messages to sent messages from one user to another. Ou= r program subscribe a durable consumer with selector "UserName=3D''" = and send a message with the property "UserName" and value "". > All works fine, when contains only ASCII characters. When c= ontains non ASCII characters like =C3=A4=C3=B6=C3=BC=C3=9F=C3=A9, the messa= ge is not send to the > consumer. > The problem ist that readString and writeString in OpenwireStringSupport.= cpp have bugs > Regards, > Peter --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.