[Mono-bugs] [Bug 52095][Wis] New - documentation crashes with Opera browser

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Jan 2004 11:34:21 -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 bmaurer@users.sf.net.

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

--- shadow/52095	2004-01-03 11:34:21.000000000 -0500
+++ shadow/52095.tmp.15744	2004-01-03 11:34:21.000000000 -0500
@@ -0,0 +1,64 @@
+Bug#: 52095
+Product: Mono/Doctools
+Version: unspecified
+OS: other
+OS Details: Windows 2000 + Opera 6.01
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tkaszuba@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: documentation crashes with Opera browser
+
+When entering the go-mono documentation site: http://go-mono.com:8080
+and clicking the 
+following sequence "Mono Handbook" -> "Getting started" -> "Installation on Linux" the web 
+server spit's out a stack dump. 
+
+System.ArgumentException: Invalid path -> /source-
+id:5:xhtml:html/en/installation
+in <0x000c1> System.Web.HttpRequest:MapPath 
+(string,string,bool)
+in <0x00038> System.Web.HttpRequest:MapPath (string)
+in 
+<0x00165> System.Web.Configuration.WebDefaultConfig:GetConfigFromFileName 
+(string,System.Web.HttpContext)
+in <0x00056> 
+System.Web.Configuration.WebDefaultConfig:GetConfig 
+(string,System.Web.HttpContext)
+in <0x0001b> 
+System.Web.Configuration.WebConfigurationSettings:GetConfig 
+(string,System.Web.HttpContext)
+in <0x00010> System.Web.HttpContext:GetConfig 
+(string)
+in <0x0009c> 
+System.Web.Security.FormsAuthenticationModule:OnAuthenticateRequest 
+(object,System.EventArgs)
+in <0x0005a> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_EventArgs 
+(object,System.EventArgs)
+in <0x00050> .EventState:Execute ()
+in <0x00076> 
+.StateMachine:ExecuteState 
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+The page works properly in 
+Internet Explorer.
+
+------- Additional Comments From gonzalo@ximian.com  2003-12-12 12:00 -------
+It should get:
+http://www.go-mono.com:8080/monodoc.ashx?link=source-id:5:xhtml:html/en/installation/linux.html
+
+But it's trying to get this for opera:
+http://www.go-mono.com:8080/source-id:5:xhtml:html/en/installation/linux.html
+
+------- Additional Comments From bmaurer@users.sf.net  2004-01-03 11:34 -------
+It looks like Opera does not respond to my JavaScript hack.
+
+Maybe we could map that type of url?