correctly handle ParseException from Formatter for String->String case (SPR-8944)
This commit is contained in:
committed by
Chris Beams
parent
0053319c62
commit
86bef9030f
@@ -244,6 +244,9 @@ class TypeConverterDelegate {
|
||||
}
|
||||
|
||||
if (firstAttemptEx != null) {
|
||||
if (editor == null) {
|
||||
throw firstAttemptEx;
|
||||
}
|
||||
logger.debug("Original ConversionService attempt failed - ignored since " +
|
||||
"PropertyEditor based conversion eventually succeeded", firstAttemptEx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user