[Mono-bugs] [Bug 74203][Wis] Changed - Web configuration file cannot have combined data and tags

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Apr 2005 02:06:02 -0400 (EDT)


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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74203

--- shadow/74203	2005-04-21 01:02:42.000000000 -0400
+++ shadow/74203.tmp.17295	2005-04-21 02:06:02.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 74203
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
-AssignedTo: gonzalo@ximian.com                            
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Web configuration file cannot have combined data and tags
 
 Description of Problem:
 When the web configuration includes a tag that combines both data and 
 child tags, the xml parsing of that file fails. 
 
@@ -77,6 +76,14 @@
 Web.config file used to specify browser capabilities
 
 
 ------- Additional Comments From gonzalo@ximian.com  2005-04-07 02:08 -------
 I'll take a look at this
 
+
+------- Additional Comments From gonzalo@ximian.com  2005-04-21 02:06 -------
+Seems like the MiniParser in corlib does not support things like:
+       <blah>text without CDATA<bleh></bleh></blah>
+
+and that's being used from RemotingConfiguration.
+
+CC'ing Lluis.