[Mono-dev] Patch for System.Web.HttpApplication

Vladimir Krasnov vladimirk at mainsoft.com
Thu Dec 20 12:28:03 EST 2007


Hello,

Please review and approve attached patch that fixes the following bugs:

1. Response.Redirect does not work from Page_Error error handler,
instead user gets the source exception
2. Context.ClearError does not work in Page_Error error handler
3. Thread.Abort() call initiated from user code is similar to
Response.End() but should return http500 response code

Regards, 
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ClearErrorOnError.aspx.patch
Type: application/octet-stream
Size: 1001 bytes
Desc: ClearErrorOnError.aspx.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HttpApplication.cs.patch
Type: application/octet-stream
Size: 2864 bytes
Desc: HttpApplication.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HttpContext.cs.patch
Type: application/octet-stream
Size: 470 bytes
Desc: HttpContext.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0002.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.patch
Type: application/octet-stream
Size: 557 bytes
Desc: Makefile.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0003.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RedirectOnError.aspx.patch
Type: application/octet-stream
Size: 999 bytes
Desc: RedirectOnError.aspx.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0004.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Page.cs.patch
Type: application/octet-stream
Size: 1502 bytes
Desc: Page.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0005.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PageTest.cs.patch
Type: application/octet-stream
Size: 2382 bytes
Desc: PageTest.cs.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071220/ba14870c/attachment-0006.obj 


More information about the Mono-devel-list mailing list