You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by John McNally <jm...@collab.net> on 2002/04/13 19:12:27 UTC

Re: [PATCH] sync t2 FileItem.write() with commons-fileupload DefaultFileItem

Patch applied.  There have been a couple other changes to the
DefaultFileItem, if you care to provide a backported patch for those as
well.  I will apply them.

I think one of them can be worked around by setting the threshold to 0
or not uploading binary files.  The other one just makes sure to clean
up the temporary files on jvm exit.

john mcnally

Ben Peter wrote:
> 
> Hi,
> 
> the DefaultFileItem in commons-fileupload has handling for a problematic
> situation where calling renameTo() on the uploaded file fails although it is
> entirely possible to move the file manually.
> 
> The FileItem in t2 lacks this code.
> 
> The attached patch adds the mentioned code to t2's FileItem (So this is really
>   a copy/paste/compile/see-if-it-works as a patch for your convenience if you
> want to include it in t2 for those who haven't switched to decoupled fulcrum).
> 
> Cheers,
> Ben
>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>