[Mono-bugs] [Bug 77757][Nor] New - [PATCH] OutputCache
VaryByParam="*" doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 15:03:06 EST 2006
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77757
--- shadow/77757 2006-03-10 15:03:06.000000000 -0500
+++ shadow/77757.tmp.1491 2006-03-10 15:03:06.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 77757
+Product: Mono: Class Libraries
+Version: 1.1
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: robertj at gmx.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] OutputCache VaryByParam="*" doesn't work
+
+1. System.Web.Caching/CachedVaryBy.cs doesn't handle "*" at,
+ because "prms" is never null if VaryByParams="*". It
+ contains "*" in this case.
+
+2. The vary-by-params are looked up in HttpRequest.Params. This is
+ wrong because HttpRequest.Params contains *everything*
+ (Cookies, server vars, you name it)
+ They have to be looked up in QueryString and Form
+
+3. The param names are case insensitive. The current code doesn't
+ take this into account.
+
+May I commit?
More information about the mono-bugs
mailing list