[Mono-bugs] [Bug 81322][Nor] New - Custom configuration sections not processed correctly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Apr 6 05:10:14 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81322
--- shadow/81322 2007-04-06 05:10:14.000000000 -0400
+++ shadow/81322.tmp.32147 2007-04-06 05:10:14.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 81322
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Custom configuration sections not processed correctly
+
+Custom configuration sections defined in web.config are not processed
+correctly.
+
+On the 1.0 profile, a section backed by an IConfigurationSectionHandler
+is not found at all.
+
+On the 2.0 profile, the attributes defined on a element backed by a
+ConfigurationSection are not being set on the ConfigurationSection
+implementation.
+
+To reproduce:
+1. extract the attached gzipped tar.
+2. to test the 1.0 profile issue run: make test-mono-10
+3. to test the 2.0 profile issue run: make test-mono-20
+
+Both tests work fine when run on MS.
More information about the mono-bugs
mailing list