[Mono-bugs] [Bug 71366][Cri] New - Security exception on running xsp
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Jan 2005 17:55:24 -0500 (EST)
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 willibald.krenn@gmx.at.
http://bugzilla.ximian.com/show_bug.cgi?id=71366
--- shadow/71366 2005-01-17 17:55:24.000000000 -0500
+++ shadow/71366.tmp.1167 2005-01-17 17:55:24.000000000 -0500
@@ -0,0 +1,57 @@
+Bug#: 71366
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: SuSE 9.0 AMD64
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: System.Security
+AssignedTo: spouliot@videotron.ca
+ReportedBy: Willibald.Krenn@gmx.at
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Security exception on running xsp
+
+Descr:
+======
+
+XSP just fails on my system (svn version 39033) with
+"System.ArgumentException: Invalid URL
+'file:///home/willi/lib/mono/1.0/xsp.exe'." instead of serving the HTTP
+request. (Showstopper)
+
+Mono built with ICU, 2.0 preview;
+
+XSP output:
+===========
+Listening on port: 8080
+Listening on address: 0.0.0.0
+Root directory: /home/willi/share/doc/xsp/test
+Hit Return to stop the server.
+System.ArgumentException: Invalid URL
+'file:///home/willi/lib/mono/1.0/xsp.exe'.
+Parameter name: url
+in <0x00181> System.Security.Policy.Site:CreateFromUrl (string)
+in <0x0019d> System.Security.Policy.Evidence:GetDefaultHostEvidence
+(System.Reflection.Assembly)
+in <0x000e1> System.AppDomain:get_Evidence ()
+in <0x00069> (wrapper remoting-invoke-with-check)
+System.AppDomain:get_Evidence ()
+in <0x00205> System.AppDomain:CreateDomain
+(string,System.Security.Policy.Evidence,System.AppDomainSetup)
+in <0x0022f> System.Web.Hosting.ApplicationHost:CreateApplicationHost
+(System.Type,string,string)
+in <0x000c2> Mono.ASPNET.VPathToHost:CreateHost
+(Mono.ASPNET.ApplicationServer,Mono.ASPNET.IWebSource)
+in <0x00154> Mono.ASPNET.ApplicationServer:GetApplicationForPath
+(string,int,string,bool)
+in <0x000c7> (wrapper remoting-invoke-with-check)
+Mono.ASPNET.ApplicationServer:GetApplicationForPath (string,int,string,bool)
+in <0x00185> Mono.ASPNET.XSPWorker:Run (object)
+
+Thanks,
+ Willi