[Mono-bugs] [Bug 76807][Nor] New - [PATCH] CreateApplicationHost doesn't properly setup the AppDomain

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 23 18:26:16 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76807

--- shadow/76807	2005-11-23 18:26:16.000000000 -0500
+++ shadow/76807.tmp.25815	2005-11-23 18:26:16.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 76807
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: robertj at gmx.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] CreateApplicationHost doesn't properly setup the AppDomain
+
+How to reproduce the problem:
+
+Start XSP from a directory whose path contains spaces, and access a page.
+The first request will output a DirectoryNotFound exception because
+the domain variable ".appPath" contains a path with escaped space
+chars (%20). Consequent requests will fail with FileNotFoundException.
+
+This might be a Uri.AbsolutePath problem (I'll test that later),
+but I decided to fix CreateApplicationHost, because it wasn't
+setup the ApplicationBase to a correct Uri either, as MSFT's
+runtime does.


More information about the mono-bugs mailing list