GitHub user grgrzybek opened a pull request: https://github.com/apache/cxf/pull/8
[CXF-5357] - Fix handling of bound character array CorbaStreamWriter.writeCharacters(char[], int, int) was constructing wrong String from defined range of characters. You can merge this pull request into a Git repository by running: $ git pull https://github.com/grgrzybek/cxf CXF-5357 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/8.patch ---- commit 8156806446147132b7f29e308afd686f6fa6ce62 Author: Grzegorz Grzybek <gr.grzy...@gmail.com> Date: 2013-10-24T07:18:37Z [CXF-5357] - Fix handling of bound character array CorbaStreamWriter.writeCharacters(char[], int, int) was constructing wrong String from defined range of characters. ----