Okay, thank you. Well then, what (text editor) did you use to create/modify the 'DefaultFileItem.java' file?
Sincerely, -- Tetsuya ([EMAIL PROTECTED]) P.S. This question above is not just out of curiosity. Very sorry if you felt irritated. --------------------------------------------------------------------- On 28 Jun 2003 15:10:53 -0400 (Subject: Re: [PATH]FileUpload fix for filename for msiexplorer) maciek <[EMAIL PROTECTED]> wrote: > I did it on RedHat7.3 with the following command: > diff -u DefaultFileItem.java.orig DefaultFileItem.java >> > FileName_fix_forMSIE.txt > Regards, > maciej > > On Sat, 2003-06-28 at 14:57, Tetsuya Kitahata wrote: > > > > It seems that your [patch] (attachment file) has an extra carriage > > return CR added: 0D0D0A (CRCRLF: Two ASCII carriage returns and > > a line feed) instead of 0D0A (CRLF). > > > > Needless to say, "diff -u" would make redundant patch because > > "diff" compares '0D0D0A' and '0D0A'. > > > > How did you make this patch? (What kind of tool/editor did you use?) > > > > Sincerely, > > > > -- Tetsuya ([EMAIL PROTECTED]) > > > > P.S. I think recently "0D0D0A"s are scattered here and there > > in jakarta... <snip/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
