null pointer acess in code.
---------------------------
Key: GERONIMO-4467
URL: https://issues.apache.org/jira/browse/GERONIMO-4467
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Reporter: Shawn Jiang
Fix For: 2.1.4, 2.2
null pointer acess in code.
{code}
if (file == null) {
throw new IOException("Entry not found: name=" +
file.getAbsolutePath());
} else if (file.isDirectory()) {
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.