[Mono-bugs] [Bug 52872][Wis] New - mod_mono interprets path differently than xsp.exe

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jan 2004 16:47:02 -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 chris@turchin.net.

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

--- shadow/52872	2004-01-14 16:47:02.000000000 -0500
+++ shadow/52872.tmp.18023	2004-01-14 16:47:02.000000000 -0500
@@ -0,0 +1,70 @@
+Bug#: 52872
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: chris@turchin.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono interprets path differently than xsp.exe
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+blogx version running on mod_mono and xsp.exe and theCommentsView.aspx form
+is still behaving differently depending on whether it is xsp.exe (works!)
+or mod_mono (still broken):
+
+mod_mono version:
+http://turchin.homelinux.net/blogx/CommentView.aspx/bafe43e8-0ed9-4329-81a4-868d0b787ae1
+
+xsp.exe version:
+http://turchin.homelinux.net:81/blogx/CommentView.aspx/bafe43e8-0ed9-4329-81a4-868d0b787ae1
+
+
+Steps to reproduce the problem:
+1. try link one. post fails.
+2. try link two. post succeeds. 
+
+Actual Results:
+Server error in '/blogx'
+application________________________________________________________________________Description:
+Error processing request. Error Message: Stack Trace:
+System.IO.DirectoryNotFoundException: Directory
+'/usr/share/doc/xsp/blogx/CommentView.aspx' not found.in <0x0017d>
+System.IO.StreamReader:.ctor (string,System.Text.Encoding,bool,int)in
+<0x0001a> System.IO.StreamReader:.ctor (string,System.Text.Encoding)in
+<0x00069> (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor
+(string,System.Text.Encoding)in <0x0003e>
+System.Web.Compilation.AspGenerator:InitParser (string)in <0x00041>
+System.Web.Compilation.AspGenerator:GetCompiledType ()in <0x0003b>
+System.Web.UI.PageParser:CompileIntoType ()in <0x0001e>
+System.Web.UI.TemplateControlParser:GetCompiledInstance ()in <0x0004a>
+System.Web.UI.PageParser:GetCompiledPageInstance
+(string,string,System.Web.HttpContext)in <0x00013>
+System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext,string,string,string)in <0x001aa>
+System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext,string,string,string)in <0x0011f>
+.CreateHandlerState:Execute ()in <0x00076> .StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)which means, as best I can
+tell, that the path is still beinginterpreted wrong by mod_mono (e.g. the
+CommentView.aspx page is beingappended to the CommentView.aspx URL rather
+than the containingdirectory).
+
+Expected Results:
+see link two.
+
+How often does this happen? 
+always.
+
+Additional Information:
+will post cs file for more information...