[Mono-bugs] [Bug 63430][Nor] Changed - Mono incorrectly handles file names containing blancs when using UseShellExecute = false in startup info of Process

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 19:59:31 -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 gonzalo@ximian.com.

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

--- shadow/63430	2004-11-30 19:58:46.000000000 -0500
+++ shadow/63430.tmp.25102	2004-11-30 19:59:31.000000000 -0500
@@ -10,13 +10,12 @@
 Component: misc
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Mono incorrectly handles file names containing blancs when using UseShellExecute = false in startup info of Process
 
 (I'm not sure, but I think this is a regression in Mono 1.0/1.0.1 as I 
 can recall that this worked fine before)
 
 On Windows, the Mono System.Diagnostics.Process class incorrectly handles 
@@ -124,6 +123,11 @@
 only details.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-11-30 19:58 -------
 Created an attachment (id=13365)
 Proposed patch 2
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-30 19:59 -------
+CC'ing Dick to approve the patch.
+
+Gert, lemme know if it works fine for you.