[Mono-bugs] [Bug 324011] SimpleWorkerRequest: Content in subdirs not accesible

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 25 07:15:28 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#c19





--- Comment #19 from Marek Habersack <mhabersack at novell.com>  2008-04-25 05:15:27 MST ---
Supporting Path.DirectorySeparatorChar on Linux won't work. The reason lies in
the way SimpleWorkerRequest treats URIs with / - it slices the requested path
at the first / treating the lead as the file path, the rest as the path info.
This is consistent with how it works on Windows (and it 404s with such URIs,
for that reason precisely) and since / is Path.DirectorySeparatorChar we can't
fix the behavior without actually breaking SimpleWorkerRequest. If you use \ in
Linux, the results should be the same on both systems (for 2.0).


-- 
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