[Mono-dev] [PATCH] Fix for registration of controls from Web.config

Marek Habersack grendello at gmail.com
Fri Feb 2 08:36:09 EST 2007


Hello,

  The attached diff fixes bug http://bugzilla.ximian.com/show_bug.cgi?id=80532
by making the following changes:

 - TagPrefixCollection was not handling the control/namespace list properly
(only the last entry in the list was stored)
 - Control registration code for the <controls> element moved to internal
AspComponentFoundry class to avoid endless recursion, which was the cause of
the bug
 - Delay compilation of controls from web.config till the moment they are used.

please review, thanks

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bug80532-fix.diff
Type: text/x-patch
Size: 11137 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070202/6b7a1fab/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070202/6b7a1fab/attachment-0001.bin 


More information about the Mono-devel-list mailing list