[Mono-bugs] [Bug 76233][Nor] New - Modifying a DLL Destroys Cache Updating

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 26 01:34:14 EDT 2005


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 wswartzendruber at hotmail.com.

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

--- shadow/76233	2005-09-26 01:34:14.000000000 -0400
+++ shadow/76233.tmp.20858	2005-09-26 01:34:14.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 76233
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Gentoo Linux 2005.0 + Apache 2.0.54
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: wswartzendruber at hotmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Modifying a DLL Destroys Cache Updating
+
+Description of Problem:
+After modifying a DLL in a web application's ./bin directory, file
+modification watching is all together ignored.
+
+Steps to reproduce the problem:
+1. Create a test ASP.NET page.
+2. Create a test ASP.NET DLL in the page's ./bin directory.
+3. View the test page in a browser; it should access the DLL in some way.
+4. Modify and recompile the DLL.
+5. View the test page again.
+
+Actual Results:
+The cached DLL is not recached and remains unchanged.
+
+Expected Results:
+The DLL should be recached.
+
+How often does this happen? 
+Consistently
+
+Additional Information:
+After a ./bin DLL is modified, subsequent changes to pages are also
+ignored.  Restarting Apache will fix the problem for both DLLs and pages.


More information about the mono-bugs mailing list