Henrik Nordvik created ABDERA-386:
-------------------------------------
Summary: Catch throwable return null
Key: ABDERA-386
URL: https://issues.apache.org/jira/browse/ABDERA-386
Project: Abdera
Issue Type: Bug
Affects Versions: 1.0
Reporter: Henrik Nordvik
org.apache.abdera.i18n.text.Nameprep has this code:
} catch (Throwable e) {
return null;
}
This hides all kinds of errors. In our case an OutOfMemoryError.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
