[Mono-bugs] [Bug 77826][Nor] Changed - [PATCH] Incorrect
Cache-control headers
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 22 16:47:40 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=77826
--- shadow/77826 2006-03-21 12:52:11.000000000 -0500
+++ shadow/77826.tmp.12983 2006-03-22 16:47:40.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 77826
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: robertj at gmx.net
ReportedBy: robertj at gmx.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [PATCH] SetCacheability(HttpCacheability.Server) generates "Expires" header
+Summary: [PATCH] Incorrect Cache-control headers
Setting Response.Cache.SetCacheability(HttpCacheability.Server)
still outputs an Expires-header. It has to omit the header in
this case.
See the test case of bug #77825.
@@ -95,6 +95,10 @@
Thanks a lot.
------- Additional Comments From gonzalo at ximian.com 2006-03-21 12:52 -------
Oh, and perhaps adding that "Pragma: no-cache" when noCache is true
would be ok too, but i leave that up to you.
+
+------- Additional Comments From robertj at gmx.net 2006-03-22 16:47 -------
+Fixed in SVN r58322, r58323
+
More information about the mono-bugs
mailing list