Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000199 [Resin] minor always 05-20-05 00:00 11-30-05 14:44
Reporter user72 View Status public  
Assigned To
Priority urgent Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.14 Product Version 3.0.13
  Product Build 3.0.13
Summary 0000199: HessianInputStream does not get its SerializerFactory set in HessianServlet
Description RSN-205
Line 335 in HessianServlet creates a HessianInput, but that input does not subesequently get its serializer factory set to the one configured on the servlet.

Currently:

HessianInput in = new HessianInput(is);

Should be:

HessianInput in = new HessianInput(is);
in.setSerializerFactory(getSerializerFactory());
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000228)
ferg
05-20-05 00:00

ejb/3502
 

- Issue History
Date Modified Username Field Change
05-20-05 00:00 user72 New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.14
11-30-05 14:44 ferg Status resolved => closed


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