Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0001306 |
[Resin] |
minor |
always |
08-21-06 11:21 |
08-21-06 13:36 |
|
Reporter |
ferg |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.0.21 |
|
Summary |
0001306: Hessian: JavaDeserializer getParamArg |
Description |
(rep by Rick Mann)
n JavaDeserializer.getParamArg(Class cl):
The check for (float.class.equals(cl)) results in a new Double. When instantiate() then calls our wrongly-selected constructor (due to the bug above), it tries to pass a Double for a primitive float argument. This is what was resulting in the IllegalArgumentException in the original bug.
|
Additional Information |
|
|
Attached Files |
|
|