Skip to content

UTF8 support bug #4

@GoogleCodeExporter

Description

@GoogleCodeExporter
In RemoteServiceSyncProxy.java in doInvoke method you set Content-Length with

connection.setRequestProperty("Content-Length", "" + requestData.length());

instead with

connection.setRequestProperty("Content-Length", "" +
requestData.getBytes("UTF8").length);

Original issue reported on code.google.com by matija.j...@gmail.com on 9 Apr 2010 at 3:43

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions