[Mono-bugs] [Bug 686132] WebConfigurationManager complains about key duplication in System.Web.HttpApplication.Tick () on some requests to simple aspx pages.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Apr 11 02:44:04 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=686132

https://bugzilla.novell.com/show_bug.cgi?id=686132#c2


--- Comment #2 from Tymek Majewski <tymek.majewski at nearmap.com> 2011-04-11 06:44:03 UTC ---
It happens also with 'authorization', not only 'authentication'.

Main Exception in mscorlib in PutImpl: Key duplication when adding:
authorization
 at System.Collections.Hashtable.PutImpl (System.Object key, System.Object
value, Boolean overwrite) [0x00000] in <filename unknown>:0
 at System.Collections.Hashtable.Add (System.Object key, System.Object value)
[0x00000] in <filename unknown>:0
 at System.Collections.Specialized.NameObjectCollectionBase.BaseAdd
(System.String name, System.Object value) [0x00000] in <filename unknown>:0
 at System.Collections.Specialized.NameObjectCollectionBase.BaseSet
(System.String name, System.Object value) [0x00000] in <filename unknown>:0
 at System.Configuration.ConfigurationSectionCollection.get_Item (System.String
name) [0x00000] in <filename unknown>:0
 at System.Configuration.Configuration.GetSection (System.String path)
[0x00000] in <filename unknown>:0
 at System.Web.Configuration.WebConfigurationManager.GetSection (System.String
sectionName, System.String path, System.Web.HttpContext context) [0x00000] in
<filename unknown>:0
 at System.Web.Security.UrlAuthorizationModule.OnAuthorizeRequest
(System.Object sender, System.EventArgs args) [0x00000] in <filename unknown>:0
 at System.Web.HttpApplication+<RunHooks>c__Iterator5.MoveNext () [0x00000] in
<filename unknown>:0
 at System.Web.HttpApplication+<Pipeline>c__Iterator6.MoveNext () [0x00000] in
<filename unknown>:0
 at System.Web.HttpApplication.Tick () [0x00000] in <filename unknown>:0
No InnerException

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


More information about the mono-bugs mailing list