Uploaded image for project: 'Commons FileUpload'
  1. Commons FileUpload
  2. FILEUPLOAD-133

Refactor use of FileCleaner into plugable strategy to allow overriding.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2
    • None
    • None

    Description

      For applications that do not want to use the FileCleaner service it would be very useful to allow this to be overridden.

      This could be done by refactoring the use of the FileCleaner into a plugable strategy.
      e..g

      interface TemporaryFileCleaner {
      void register(FileItem item, File file );
      }

      The DiskFileItem could have a default implementation of the strategy that invokes FileCleaner.track. However if required an application could supply a different stategy to the factory for use by all the items.

      I'll try to post a patch implementing this in the next couple of days

      Attachments

        Activity

          People

            Unassigned Unassigned
            bpsommerville Ben Sommerville
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: