Anonymous | Login | Signup for a new account | 12-17-2024 08:32 PST |
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 | ||||
0002273 | [Resin] | crash | always | 12-26-07 01:15 | 12-31-07 11:52 | ||||
Reporter | kitepad | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.5 | ||||||
Summary | 0002273: StackTraceElementDeserializer is not correct in Hessian2Input | ||||||||
Description |
When deserialize any subclass of Throwable, a exception is reported by Hessian. You can reproduce this problem using following code: Exception e = new Exception("Hessian"); ByteArrayOutputStream baos = new ByteArrayOutputStream(); Hessian2Output hout = new Hessian2Output(baos); hout.writeObject(e); hout.close(); Hessian2Input hin = new Hessian2Input(new ByteArrayInputStream(baos.toByteArray())); hin.readObject(); |
||||||||
Additional Information | I have checked StackTraceElementDeserializer class, if removed statement - "in.readMapEnd();", it's work correct. | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |