cached anyway
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 29 Jul 2007 08:45:19 +0000 (08:45 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Sun, 29 Jul 2007 08:45:19 +0000 (08:45 -0000)
svn path=/trunk/mcs/; revision=82920

mcs/class/System.Web.Extensions/System.Web.Script.Services/ClientProxyHandler.cs

index 5f75d71dda0f5c3bb7a988fc9545c9700490950c..242b8ff0e26d81680af0c6311b2495603d934014 100644 (file)
@@ -50,7 +50,7 @@ namespace System.Web.Script.Services
                        response.ContentType = "application/x-javascript";
                        response.Cache.SetExpires (DateTime.Now.AddYears (1));
                        response.Cache.SetValidUntilExpires (true);
-                       response.Cache.SetCacheability (HttpCacheability.ServerAndPrivate);
+                       response.Cache.SetCacheability (HttpCacheability.Private);
                        response.Output.Write (_logicalTypeInfo.Proxy);
                }