[Mono-bugs] [Bug 71614][Nor] Changed - No exception thrown when deleting a read only file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 17:32:14 -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=71614

--- shadow/71614	2005-01-22 16:34:47.000000000 -0500
+++ shadow/71614.tmp.20292	2005-01-22 17:32:14.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71614
 Product: Mono: Runtime
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Debian Sid kern=2.6.8-1-k7
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: will@willwap.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -60,6 +60,18 @@
 Compiled with mono & the microsoft sdk both tried.  
 It seams that the Windows version of mono throws a exception and the 
 gnu/linux  
 version doesn't. Also the microsoft .Net framework throws a exception.  
   
 running mono version 1.0.4
+
+------- Additional Comments From gonzalo@ximian.com  2005-01-22 17:32 -------
+Removing a file in a directory in which you have write permission is
+fine on linux no matter what the file permissions are. You'll get the
+exception you expect if you have no permissions for writing in the
+directory or if the sticky bit is set if you're not the owner of the file.
+
+I'm closing this as NOTABUG, but if you have further comments or think
+this should not be the case, feel free to reopen it for comments from
+other folks.
+
+Thanks.