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


Robert Jordan <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Robert Jordan <[EMAIL PROTECTED]>  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 [EMAIL PROTECTED] 1.1:

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


On [EMAIL PROTECTED] 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to