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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Apr 24 18:34:53 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=324011

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=324011#c15


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #15 from Gert Driesen <gert.driesen at pandora.be>  2008-04-24 16:34:52 MST ---
Marek, the bug is still there.

Concerning the use of Path.DirectorySeparatorChar: apparently MS expects you
pass (relative) file paths to the SimpleworkerRequest ctor and not URLs. At
least that is the behavior I see on .NET 2.0 SP1.

Using .NET 1.1, I actually never managed to get SimpleWorkerRequest to serve
content from subdirs at all. You appear to be getting the opposite result...

Do you have NAnt installed? Could you try running the test case in
gert/standalone/bug324011 on Windows?

To run it with Mono 1.0:
nant -t:mono-1.0 clean run-test

To run it with Mono 2.0:
nant -t:mono-2.0 clean run-test

To run it with .NET 1.1:
nant -t:net-1.1 clean run-test

To run it with .NET 2.0:
nant -t:net-2.0 clean run-test

The reason why I ask you to run it on Windows, is because some of the tests in
that standalone test case only make sense on Windows (which makes them bad
tests, I know). I'll remove these Windows-only tests later. They are the only
testing the result when you specify a leading directory separator char.


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