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

2003-02-24 Thread Brent Verner
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 diff -rc commons-fileupload-1.0-beta-1.orig/src/

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

2003-02-24 Thread Brent Verner
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