No support for xml message encodings such as ISO-8859-1
-------------------------------------------------------

                 Key: SM-784
                 URL: https://issues.apache.org/activemq/browse/SM-784
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-components, servicemix-core, servicemix-soap
    Affects Versions: 3.0.1
         Environment: Windows XP SP2 (Swedish), JDK 1.5.0_9
            Reporter: Anders Hammar
         Attachments: HttpISO88591Test.java, JmsISO88591Test.java

Servicemix only supports UTF-8 encoding, due to hard coded values. Support for 
other encodings such as ISO-8859-1 is essential for countries such as the 
Scandinavian ones. Xml has good support for this, and defined encoding in xml 
messages should be honored.

The experienced problem occurs when passing an xml message (not soap, no 
attachments) with encoding ISO-8859-1 defined, through servicemix. Problems 
have been located in at least smx-core, smx-components, and smx-soap. Attached 
are two test cases (one for http and one for jms) that shows this. Use them 
with the http component and the jms component respectively (they use test 
configuration existing within smx 3.0.1).

Another problem (duplicated characters) is related to a bug in woodstox. See 
separate jira for that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to