You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Brent Verner <br...@rcfile.org> on 2003/02/25 06:46:50 UTC

[patch] use File.separator instead of "/" in DefaultFileItem.java

Hi,

  This patch fixes a x-plat problem, where "/" was used instead of
the File.separator value.  Also, if DefaultFileItem has no
repositoryPath defined, try to use system property "ava.io.tmpdir".

  Is there any interest in providing a Filter/HttpServletRequestWrapper
to use with FileUpload?  I have one that might be a good starting
point for discussion, if no others are in the works.  This would be
a _very_ useful addition to this excellent library.

cheers.
  brent

-- 
"Develop your talent, man, and leave the world something. Records are 
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [patch] use File.separator instead of "/" in DefaultFileItem.java

Posted by Brent Verner <br...@rcfile.org>.
uhmm, here's the patch :-)

  b
-- 
"Develop your talent, man, and leave the world something. Records are 
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman