Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2 branch, 2.0 branch, 3.0
-
None
Description
When attempting to delete a directory that doesn't have an execute permission for the user, the following NPE is thrown:
java.lang.NullPointerException
at org.apache.cayenne.util.Util.delete(Util.java:204)
Correct behavior would be for Cayenne to simply return 'false' from the method