Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2273 | crash | always | 12-26-07 01:15 | 12-31-07 11:52 | |
|
|||||
Reporter: | kitepad | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in 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(); |
||||
Steps To Reproduce: | |||||
Additional Information: | I have checked StackTraceElementDeserializer class, if removed statement - "in.readMapEnd();", it's work correct. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|