[Mono-bugs] [Bug 324011] SimpleWorkerRequest: Content in subdirs not accesible
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 24 19:24:33 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=324011
User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=324011#c16
--- Comment #16 from Marek Habersack <mhabersack at novell.com> 2008-04-24 17:24:33 MST ---
I ran the tests on Windows, but this test is not good, alas. The thing is - on
Linux Path.Combine will create paths like "whatever/root.ashx" - which returns
a 404. On Windows, the path created is "whatever\root.ashx" - which fails. BUT
- "whatever/root.ashx" on Windows fails as well. So, the test is not using the
same input data on both operating systems and thus is not a reliable source for
comparison.
If we force windows to use URI-style paths, though, the results appear to be
the same on both systems.
So, Gert, do you want me to implement support for \ style paths on Linux? If
not, then what is the bug? :)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list