ConvererLocator.convertToString discards original cause of conversion failure
-----------------------------------------------------------------------------
Key: WICKET-2666
URL: https://issues.apache.org/jira/browse/WICKET-2666
Project: Wicket
Issue Type: Bug
Affects Versions: 1.4.5
Reporter: Alex Grant
Priority: Minor
In ConverterLocator.convertToString, in the catch block, an Exception e is
caught, and a new ConversionException is thrown, however the new
ConversionException is not initialised with the original Exception e as its
cause, making it difficult to determine why the conversion failed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.