Uploaded image for project: 'Struts 2'
  1. Struts 2
  2. WW-3801

FileUploadInterceptor does not clean up temporary files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.2.3, 2.3.1.2
    • 2.3.4
    • Core Interceptors
    • None
    • JDK 1.6.0_31, Tomcat 7.0.25

    Description

      In WW-3490, it solved "clean up exception" issue.
      then clean up code went to FilterDispatcher.
      but FilterDispatcher is deprecated.

      I usually use StrutsPrepareAndExecuteFilter.
      in that case temporary file was not removed.

      I found another problem(move to WW-3802).
      I uploaded file with cgi parameters.
      cgi parameter became a temporary file,
      and those files were not removed.

      for example ...

      <form action="..." method="post" enctype="multipart/form-data">
      <input type="file" name="uploadFile" />
      <input type="text" name="data1" value="FOO"/>
      <input type="text" name="data2" value="BAR"/>
      </form>

      remained tmp file

      [upload_47c7ddf7_136bf8a8b3b__8000_00000002.tmp]
      FOO

      [upload_47c7ddf7_136bf8a8b3b__8000_00000003.tmp]
      BAR

      Attachments

        Activity

          People

            lukaszlenart Lukasz Lenart
            macha64 macha64
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: