[Mono-bugs] [Bug 80690][Min] New - mod_mono/xsp always prints stacktrace no matter what customErrors is set to

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 31 13:02:28 EST 2007


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 j.heidenkamp at web.de.

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

--- shadow/80690	2007-01-31 13:02:28.000000000 -0500
+++ shadow/80690.tmp.15638	2007-01-31 13:02:28.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 80690
+Product: Mono: Tools
+Version: unspecified
+OS: other
+OS Details: opensuse 10.1 on x86
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: mod_mono
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: j.heidenkamp at web.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono/xsp always prints stacktrace no matter what customErrors is set to
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. put this into Web.config:
+<system.web>
+            <customErrors mode="Off" />
+            <compilation debug="false" />
+</system.web>
+2. throw an exception on an asp.net page
+
+Actual Results:
+stacktrace is printed on error page (no matter what you set you mode= in 
+customErrors to)
+
+Expected Results:
+no stacktrace for privacy reasons
+
+How often does this happen? 
+always
+
+
+Additional Information:
+supplying a defaultRedirect location works though, but there  should be a 
+possibility to just disable stacktrace output and keeping original builtin 
+errorpage


More information about the mono-bugs mailing list