Mantis - Hessian
Viewing Issue Advanced Details
3634 minor always 08-14-09 03:55 12-16-09 16:32
mate  
ferg  
normal  
closed 4.0.1  
fixed  
none    
none 4.0.3  
0003634: java.io.InputStream no longer properly deserialized
After upgrading from Resin 3.1 to 4.0.1 Hessian no longer deserializes java.io.InputStream using com.caucho.hessian.io.InputStreamDeserializer but rather com.caucho.hessian.io.JavaDeserializer

Notes
(0004123)
mate   
08-14-09 06:29   
Furthermore, com.caucho.hessian.io.SerializerFactory.addFactory() has no effect on deserialization, since the deserializer returned by the factory is ignored in com.caucho.hessian.io.SerializerFactory.loadDeserializer().
This makes a workaround less trivial.
(0004344)
ferg   
12-16-09 16:32   
hessian/3bl0