|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 199 | minor | always | 05-20-05 00:00 | 11-30-05 14:44 | |
|
|
|||||
| Reporter: | user72 | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | urgent | OS Version: | |||
| Status: | closed | Product Version: | 3.0.13 | ||
| Product Build: | 3.0.13 | Resolution: | fixed | ||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.14 | ||
|
|
|||||
| 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: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||