[Mono-bugs] [Bug 47939][Wis] Changed - XSP does not support PathInfo
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 16:39:25 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=47939
--- shadow/47939 2003-08-26 16:38:20.000000000 -0400
+++ shadow/47939.tmp.22132 2003-08-26 16:39:25.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 47939
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System.Web
AssignedTo: gonzalo@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,55 @@
Go to the link
------- Additional Comments From bmaurer@users.sf.net 2003-08-26 16:38 -------
Created an attachment (id=5222)
I think this patch makes it work
+
+------- Additional Comments From bmaurer@users.sf.net 2003-08-26 16:39 -------
+Actually, that patch does not completely fix it. If you attempt to add
+a comment to either entry you get:
+
+System.IO.DirectoryNotFoundException: Directory
+'/home/benm/.gnome-desktop/blogx20/1.0.0001.0020/WeblogX/CommentView.aspx'
+not found.
+in [0x0008e] (at
+/devel/mcs/class/corlib/System.IO/StreamReader.cs:138) 00
+System.IO.StreamReader:.ctor (string,System.Text.Encoding,bool,int)
+in [0x00009] (at
+/devel/mcs/class/corlib/System.IO/StreamReader.cs:121) 00
+System.IO.StreamReader:.ctor (string,System.Text.Encoding)
+in <0x00069> 08 System.IO.StreamReader:.ctor (string,System.Text.Encoding)
+in [0x00006] (at
+/devel/mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs:158)
+00 System.Web.Compilation.AspGenerator:InitParser (string)
+in [0x00011] (at
+/devel/mcs/class/System.Web/System.Web.Compilation/AspGenerator.cs:179)
+00 System.Web.Compilation.AspGenerator:GetCompiledType ()
+in [0x00008] (at
+/devel/mcs/class/System.Web/System.Web.UI/PageParser.cs:65) 00
+System.Web.UI.PageParser:CompileIntoType ()
+in [0x0001b] (at
+/devel/mcs/class/System.Web/System.Web.UI/TemplateControlParser.cs:38)
+00 System.Web.UI.TemplateControlParser:GetCompiledInstance
+(string,string,System.Web.HttpContext)
+in [0x0000a] (at
+/devel/mcs/class/System.Web/System.Web.UI/PageParser.cs:27) 00
+System.Web.UI.PageParser:GetCompiledPageInstance
+(string,string,System.Web.HttpContext)
+in [0x00004] (at
+/devel/mcs/class/System.Web/System.Web.UI/PageHandlerFactory.cs:20) 00
+System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext,string,string,string)
+in [0x00060] (at
+/devel/mcs/class/System.Web/System.Web/HttpApplication.cs:742) 00
+System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext,string,string,string)
+in [0x0004c] (at
+/devel/mcs/class/System.Web/System.Web/HttpApplication.cs:435) 00
+.CreateHandlerState:Execute ()
+in [0x0001f] (at
+/devel/mcs/class/System.Web/System.Web/HttpApplication.cs:673) 00
+.StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+