[ 
https://issues.apache.org/jira/browse/WW-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273047#comment-13273047
 ] 

jagub zhang commented on WW-3802:
---------------------------------

By the way, I find another problem about PellMultiPartRequest.

if there is two upload field in html,
and set the two different file with same filename into upload field.

then, the first file were overwrited by the second file.

I use pell-multipart-2.1.5.jar
                
> FileUploadInterceptor makes CGI Parameter temporary files
> ---------------------------------------------------------
>
>                 Key: WW-3802
>                 URL: https://issues.apache.org/jira/browse/WW-3802
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors
>    Affects Versions: 2.3.1.2
>         Environment: JDK 1.6.0_31, Tomcat 7.0.25
>            Reporter: macha64
>            Priority: Minor
>             Fix For: 2.3.5
>
>
> I uploaded file with cgi parameters.
> CGI parameter became a temporary file,
> and those files were not removed.
> FileUploadInterceptor makes not only upload file
> but also CGI Parameter temporary files.
> CGI Parameter temporary files are 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 files.
> [upload_47c7ddf7_136bf8a8b3b__8000_00000002.tmp]
> FOO
> [upload_47c7ddf7_136bf8a8b3b__8000_00000003.tmp]
> BAR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to