[Mono-bugs] [Bug 50532][Min] Changed - Environment.SpecialFolders paths
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Apr 2004 12:42:59 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50532
--- shadow/50532 2004-02-10 08:42:54.000000000 -0500
+++ shadow/50532.tmp.2535 2004-04-19 12:42:59.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 50532
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -10,13 +10,12 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: jluke@cfl.rr.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Environment.SpecialFolders paths
OtherBugsDependingOnThis: 53260
Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:
@@ -254,6 +253,15 @@
Templates
C:\Documents and Settings\spouliot\Templates
%HOMEDRIVE%%HOMEPATH%\Templates
or
%USERPROFILE%\Templates
+
+------- Additional Comments From sebastien@ximian.com 2004-04-19 12:42 -------
+Miguel, this blocks the key pair protection from working properly
+(outside cygwin and for machine key pairs).
+
+I propose to write an icall for the Windows version and use the
+current patch (with small adjustments) for other OS.
+
+That may not be perfect but it sure would be better than today.