[Mono-bugs] [Bug 79636][Min] Changed - wsdl silently ignore unknown options starting with /

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 15 06:56:36 EST 2006


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 atsushi at ximian.com.

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

--- shadow/79636	2006-10-10 16:31:42.000000000 -0400
+++ shadow/79636.tmp.30351	2006-11-15 06:56:36.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 79636
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Sys.Web.Services
 AssignedTo: lluis at ximian.com                            
 ReportedBy: stefan.bodewig at freenet.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -49,6 +49,16 @@
 I think the problem is that the default case inside the switch accepts
 the unknown option as a valid file name in Driver.ImportArgument and the
 subsequent file name simply overrides url.
 
 I'd suggest to fail if hasUrl is true and you seem to find yet another
 url, but then again I'm not really familiar with the code.
+
+------- Additional Comments From atsushi at ximian.com  2006-11-15 06:56 -------
+I changed wsdl.exe to handle multiple URLs in svn (r67897).
+
+Invalid options are regarded as a valid Unix path. Before this change,
+this fact led that it silently overwrote the url previously specified
+in the command line, and hence it was just ignored.
+
+Now that all arguments are not ignored, wsdl correctly handles those
+invalid options as errors (as long as there are no such files).


More information about the mono-bugs mailing list