Created: (STR-2958) ClassNotFoundExceptions are swallowed byFormPropertyConfig
0 answers - 538 bytes -
ClassNotFoundExceptions are swallowed by FormPropertyConfig Key: STR-2958 URL: Project: Struts 1 Issue Type: Improvement Components: Core Affects Versions: 1.3.5, 1.2.9 Reporter: Niall Pemberton Assigned To: Niall Pemberton Priority: Minor Fix For: 1.3.6 The getTypeClass() method in FormPropertyConfig just swallows exceptions if the ClassLoader fails to load the property's class. This makes debugging further problems caused by this more difficult. Need to at least log the fact.
Re: Created: (STR-2958) ClassNotFoundExceptions are swallowed byFormPropertyConfig