You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sharan Foga (JIRA)" <ji...@apache.org> on 2015/02/21 08:39:11 UTC

[jira] [Updated] (OFBIZ-5186) HttpServletResponse content length cuts off serialized context (ofbiz.ser) when holds german umlauts

     [ https://issues.apache.org/jira/browse/OFBIZ-5186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sharan Foga updated OFBIZ-5186:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> HttpServletResponse content length cuts off serialized context (ofbiz.ser) when holds german umlauts
> ----------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5186
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5186
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release 10.04
>         Environment: Ubuntu 10.04 TLS
>            Reporter: Bruno Wegmüller
>            Priority: Minor
>
> When calling a remote Ofbiz Service over the httpService Engine, the serialized context (ofbiz.ser) is cut off at the end when german umlauts (äüö) are in the context. I think this happend because in the method HttpEngine.httpEngine there is a content length set:
> response.setContentLength(resultString.length());
> A german umlaut needs perhaps more space than an "normal" utf-8 character and the length of the content is wrong. Do you have a solution for this bug? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)