[Mono-bugs] [Bug 72272][Min] Changed - DefaultWsdlHelpGenerator performance

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Feb 2005 17:03:22 -0500 (EST)


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

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

--- shadow/72272	2005-02-07 01:30:09.000000000 -0500
+++ shadow/72272.tmp.25606	2005-02-07 17:03:22.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72272
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Sys.Web.Services
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,14 @@
 MS takes a few seconds for the first request, but then it's fast.
 
 ------- Additional Comments From gonzalo@ximian.com  2005-02-07 01:30 -------
 Created an attachment (id=14103)
 Test case
 
+
+------- Additional Comments From lluis@ximian.com  2005-02-07 17:03 -------
+Fixed in CVS. Looks like XSP executes databinding tags even if the
+tags are not shown. I think that this is not correct. I'll check with
+MS.NET and report a bug if this behavior is wrong. Anyways, I've
+replaced some of those tags to "<%=" and now is much faster.
+
+Thanks!