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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
