[Mono-bugs] [Bug 72944][Wis] New - mod_mono caching errors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 00:24:45 -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 themann@indyfantasysports.net.

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

--- shadow/72944	2005-02-24 00:24:45.000000000 -0500
+++ shadow/72944.tmp.26207	2005-02-24 00:24:45.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 72944
+Product: Mono: Tools
+Version: unspecified
+OS: Mandrake 9.1
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: mod_mono
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: themann@indyfantasysports.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mod_mono caching errors
+
+Description of Problem:
+mod_mono seems to cache the page error the first time a page generates a 
+compiler error when compiling
+
+Steps to reproduce the problem:
+1. Create a page with a compiler error
+2. Run the page
+3. Attempt to fix the error
+4. Run the page
+
+Actual Results:
+Page returns results with original compiler errors.
+
+Expected Results:
+Page returns results without error, or a different error.
+
+How often does this happen? 
+Every time.
+
+Additional Information:
+A very unfavorable "workaround" to this problem is to create a page, run 
+it, and if it contains compiler errors, copy the page to a new filename, 
+and continue this until all errors have been fixed.