http://bugzilla.novell.com/show_bug.cgi?id=520027
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=520027#c3 Steve Minar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Steve Minar <[email protected]> 2009-07-08 10:31:01 MDT --- Hi Marek, Perhaps my bug description did not make it clear enough. I encounter this problem regardless of the Mono IOMAP directive setting. I have mod_mono setup with: MonoSetEnv MONO_IOMAP=all I have tried the same code with: MonoSetEnv MONO_IOMAP=case With either configuration, File.Exists(filename) will return true for me, regardless of the case mismatch between the filename string and the actual file's name on disk. This is expected. However, when I pass the same filename to response.WriteFile() the code fails to write the file. If I then change the name of the file on the disk to match the casing of the filename string, response.WriteFile() works properly. It's behaving as if response.WriteFile() does not observe the MONO_IOMAP setting. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
