Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003690 [Hessian] minor always 09-18-09 09:53 12-16-09 16:19
Reporter ferg View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.3 Product Version 4.0.1
  Product Build
Summary 0003690: Hessian 2 Input bug
Description (rep by Adam Bryzak)

--- com/caucho/hessian/io/Hessian2Input.java (revision 38820)
+++ com/caucho/hessian/io/Hessian2Input.java (working copy)
@@ -2466,6 +2466,11 @@
     _chunkLength = code - 0x00;
     break;
 
+ case 0x30: case 0x31: case 0x32: case 0x33:
+ _isLastChunk = true;
+ _chunkLength = (code - 0x30) * 256 + read();
+ break;
+
       default:
         throw expect("string", code);
       }
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004343)
ferg
12-16-09 16:19

hessian/3b7-
 

- Issue History
Date Modified Username Field Change
09-18-09 09:53 ferg New Issue
11-12-09 14:55 msolnit Issue Monitored: msolnit
12-16-09 16:19 ferg Note Added: 0004343
12-16-09 16:19 ferg Assigned To  => ferg
12-16-09 16:19 ferg Status new => closed
12-16-09 16:19 ferg Resolution open => fixed
12-16-09 16:19 ferg Fixed in Version  => 4.0.3


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