Mantis - Hessian
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3357 | major | always | 02-26-09 07:31 | 12-16-09 16:36 | |
|
|||||
Reporter: | oehmiche | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.3 | ||
|
|||||
Summary: | 0003357: NPE on deserialization if default constructor is missing | ||||
Description: |
For classes without default constructor an arbitrary constructor is called with null-arguments when deserializing the class. The given properties will be set be introspection afterwards. If the called constructor performs any actions with the given parameters a nullpointer may occur. For an example see the attached java file. Using the java deserializing mechanismen everything goes fine. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | HessianExceptionTest.java [^] (1,286 bytes) 02-26-09 07:31 |
Notes | |||||
|
|||||
|
|