You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "shp (JIRA)" <ji...@apache.org> on 2018/03/06 07:09:00 UTC

[jira] [Commented] (CAMEL-12322) extended characters in post body coming as ?

    [ https://issues.apache.org/jira/browse/CAMEL-12322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387394#comment-16387394 ] 

shp commented on CAMEL-12322:
-----------------------------

I asked on below link but there is no reply:

[https://gitter.im/apache/apache-camel#utm_source=notification&utm_medium=email&utm_campaign=unread-notifications]

Is there any other group, where I can raise this?

 

> extended characters in post body coming as ?
> --------------------------------------------
>
>                 Key: CAMEL-12322
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12322
>             Project: Camel
>          Issue Type: Bug
>            Reporter: shp
>            Assignee: Andrea Cosentino
>            Priority: Major
>
> (Camel 2.14.1 version)
> We are trying to pass extended characters like Testáí©¥æ£ in post body request(via SoapUI). But in the logger or debug mode we could see Test???. We tried to pass UTF-8, ISO-8859-1 charset to convertBodyTo but no luck. When we pass content-type as ISO-8859-1 in the SoapUI header, could see HEX representation of special symbols(TestxE1xEDxA9xA5xE6xA3) but JSON was throwing exception "com.fasterxml.jackson.databind.JsonMappingException: Invalid UTF-8 middle byte 0xed". Also we could see difference in the getBytes().length (standalone application: 16 and via rest api: 7).
> Note:
> When we hit ST(Linux OS) url, we could see extended characters in NetMon and hex value in Wireshark. But when we hit dev/local url(Windows OS), extended characters represented as ?.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)