[Mono-bugs] [Bug 73981][Maj] New - System.Web - OutputCache directive doesn't work when setting VaryByParam argument to "*"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Mar 2005 13:53:56 -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 ilyak@mainsoft.com.

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

--- shadow/73981	2005-03-22 13:53:56.000000000 -0500
+++ shadow/73981.tmp.11070	2005-03-22 13:53:56.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 73981
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ilyak@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Web - OutputCache directive doesn't work when setting VaryByParam argument to "*"
+
+One of the possible arguments for OutputCache directive in aspx pages is
+"VaryByParams" (see this link)
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconOutputCache.asp
+It is possible to pass the wildcard "*" to this argument.
+
+Current implementation is not working - it will store for any parameter of
+request same (first) page invocation - exactly as in case when passing
+"none" parameter instead of "*".