Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Labels:None
-
Number of attachments :
Description
inside removeDir(..), each file needs to be checked to see if it's a symbolic link. If so, the link should be deleted, not the referenced location. I think we can address this by adding a check similar to:
if ( !f.getCanonicalPath().startsWith( d.getCanonicalPath() ) )
{
// don't process as a subdir, just erase the file. WILL THIS WORK?
}
Activity
John Casey
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.1 [ 12348 ] |
John Casey
made changes -
John Casey
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
John Casey
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
John Casey
made changes -
Brett Porter
made changes -
| Workflow | Maven [ 48517 ] | Maven New [ 51411 ] |