| Issue 235: | T2AMFでnullをNaNにうまく変換できていない | |
| 1 person starred this issue and may be notified of changes. | Back to list |
AmfValueConvertFilterImplで、
Class<?> resultType = amfResponse.getResultType();
if (resultType != null) {
Object result = amfResponse.getResult();
result = amfContext.convertWriteValue(resultType, result);
actionContext.getAmfContext().setRemotingMessageResult(result);
}
のようなロジックになっているが、そもそもgetResultType()が
値がnullの場合入らないので、変換ロジックが動く事は無い。
結果NaNに変換されない。
Jun 24, 2009
Project Member
#1
shinpei.ohtani@gmail.com
Jul 2, 2009
(No comment was entered for this change.)
Status:
Fixed
|