| Anonymous | Login | Signup for a new account | 11-01-2025 03:47 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
| Status | closed | Product Version | 4.0.1 | ||||||
| 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); } |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |