Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-64

FileSetManager.delete() does not delete empty directories if they contained symlink that was deleted

    XMLWordPrintableJSON

Details

    Description

      For the directory structure

      ./
        dir/
          symlink
      

      and the file set

      <fileset>
        <includes>
          <include>dir/**</include>
        </includes>
        <followSymlinks>false</followSymlinks>
      </fileset>
      

      the directory dir won't be deleted although all its contents (symlink) have been deleted.

      Attachments

        Activity

          People

            bentmann Benjamin Bentmann
            bentmann Benjamin Bentmann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: