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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 22 17:57:57 EDT 2007


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


Robert Jordan <robertj at gmx.net> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |robertj at gmx.net




--- Comment #1 from Robert Jordan <robertj at gmx.net>  2007-09-22 15:57:56 MST ---
Gert, are you sure you've tested this on Linux?


On Linux I get for the 1.1 profile:

System.Web.HttpException: File '/' not found.
  at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext
context) [0x00000]
  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated1.MoveNext ()
[0x00000]

make: *** [test-mono-10] Error 3


for the 2.0 Profile

System.Web.HttpException: File '/whatever' not found.
  at System.Web.StaticFileHandler.ProcessRequest (System.Web.HttpContext
context) [0x00000]
  at System.Web.HttpApplication+&lt;&gt;c__CompilerGenerated2.MoveNext ()
[0x00000]

make: *** [test-mono-20] Error 2


On MS.NET 1.1 I get:

[HttpException]
   at System.Web.HttpApplication.CheckSuspiciousVirtualPath(String virtualPath)
   at
System.Web.ValidatePathExecutionStep.System.Web.HttpApplication+IExecution
Step.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
compl
etedSynchronously)


On MS.NET 2.0:

[HttpException]: Datei ist nicht vorhanden. (Translation: File not found)
   bei System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
   bei System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context,
As
yncCallback callback, Object state)
   bei
System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplic
ation.IExecutionStep.Execute()
   bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
comp
letedSynchronously)



On Mono at Win32 1.1:

<html><body><h1> Hello from ROOT handler. </h1></body></html>
make: *** [test-mono-10] Error 2


On Mono at Win32 2.0:

make: *** [test-mono-20] Error 3



It seems to be a path issue on Win32.


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