Rick Hillegas created DERBY-6618:
------------------------------------
Summary: Diagnostic logging silently swallows security and io
exceptions
Key: DERBY-6618
URL: https://issues.apache.org/jira/browse/DERBY-6618
Project: Derby
Issue Type: Bug
Components: Services
Reporter: Rick Hillegas
While trying to initialize diagnostic logging, Derby silently swallows security
and io exceptions. Probably, Derby should raise an error and exit in this
situation. The suspect code is at these locations:
{noformat}
org.apache.derby.impl.services.stream.SingleStream PBmakeFileHPW Catch
java.lang.SecurityException 1 line 208
org.apache.derby.impl.services.stream.SingleStream makeFieldHPW Catch
java.lang.SecurityException 1 line 315
org.apache.derby.impl.services.stream.SingleStream makeMethodHPW Catch
java.lang.SecurityException 1 line 253
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)