2008-05-15 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Thu, 15 May 2008 01:32:36 +0000 (01:32 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 15 May 2008 01:32:36 +0000 (01:32 -0000)
commita366e3b759cd61c1e37e5cf73aff6e69637bc0af
tree31fc7eb17251e379c46a4d215eeffee0985a7da4
parent151b7bb34de39418777af5f314807867b79e6011
2008-05-15  Marek Habersack  <mhabersack@novell.com>

* AspComponentFoundry.cs: treat AssemblyFoundry in a special way
when adding a foundry to the array list. AssemblyFoundry instances
are stacked at the end of the array list in a LIFO manner. That
way TagNameFoundry takes precedence over AssemblyFoundry should
the two contain the same type.

2008-05-14  Marek Habersack  <mhabersack@novell.com>

* AssemblyResourceLoader.cs: do not add the same entry to a
hashtable twice

svn path=/trunk/mcs/; revision=103243
mcs/class/System.Web/System.Web.Compilation/AspComponentFoundry.cs
mcs/class/System.Web/System.Web.Compilation/ChangeLog
mcs/class/System.Web/System.Web.Compilation/ParseException.cs
mcs/class/System.Web/System.Web.Handlers/AssemblyResourceLoader.cs
mcs/class/System.Web/System.Web.Handlers/ChangeLog