[Mono-bugs] [Bug 509092] 403 errors should be handled specially as well

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 4 17:15:09 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=509092

User kornelpal at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=509092#c6


Kornél Pál <kornelpal at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #6 from Kornél Pál <kornelpal at gmail.com>  2009-06-04 15:15:08 MDT ---
I've built System.Web.dll from r135464 and if I set <customErrors mode="Off"/>
I do get stack trace for 403 generated by HttpForbiddenHandler.

I get no stack trace for 404 in this case and I would expect the same for 403.

I belive that this line in HttpException.cs should be extended with 403:
if (showTrace && baseEx != null && http_code != 404) {

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list