Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004016 [Hessian] minor always 04-27-10 08:13 04-27-10 08:13
Reporter ferg View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version
Summary 0004016: utf-8 toString conversion
Description (rep by Tahi Walcher)

ppears we have hit a bug in Hessian relating to UTF-8 encoding. When UTF-8 strings are received by Hessian, they ?lose? their encoding and turn into rubbish characters.

 

 

We have isolated the bug to the following:

 

com.caucho.hessian.io. HessianInput.readString(), line 795 (v4.0.1 of hessian):

 

                return _sbuf.toString();

 

should correctly handle UTF-8 strings, i.e.

 

                return new String(_sbuf.toString().getBytes(), "UTF-8");

 

 
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
04-27-10 08:13 ferg New Issue


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker