Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003820 [Hessian] minor always 12-19-09 17:50 12-19-09 17:50
Reporter nam View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version 4.0.2
Summary 0003820: Hessian spec incorrectly has 0x41 for non-final binary encoding
Description (rep by ddrtn)
http://forum.caucho.com/showthread.php?t=2455 [^]

http://hessian.caucho.com/doc/hessian-serialization.html [^]

I' m writinng Qt C++ realization of Hessian 2.0.
And I'm found some specigication bags.

Serialization grammar contains:
binary ::= x41 b1 b0 <binary-data> binary # non-final chunk
::= 'B' b1 b0 <binary-data> # final chunk
::= [x20-x2f] <binary-data> # binary data of
# length 0-15
::= [x34-x37] <binary-data> # binary data of
# length 0-1023
but in 4.1
binary ::= b b1 b0 <binary-data> binary
::= B b1 b0 <binary-data>
::= [x20-x2f] <binary-data>

'b' != x41
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
12-19-09 17:50 nam New Issue


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