[ https://issues.apache.org/jira/browse/GERONIMO-4467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shawn Jiang updated GERONIMO-4467: ---------------------------------- Attachment: 4467_shawn.patch patch for 21 and trunk with unit testing passed. > 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 > Priority: Minor > Fix For: 2.1.4, 2.2 > > Attachments: 4467_shawn.patch > > > 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.