You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/12 23:06:30 UTC

svn commit: r1325515 - in /lucene/cms/trunk/templates: mirrors-core-latest-redir.html mirrors-solr-latest-redir.html

Author: rmuir
Date: Thu Apr 12 21:06:29 2012
New Revision: 1325515

URL: http://svn.apache.org/viewvc?rev=1325515&view=rev
Log:
try to prevent caching of these redirects

Modified:
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-solr-latest-redir.html

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1325515&r1=1325514&r2=1325515&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Thu Apr 12 21:06:29 2012
@@ -5,6 +5,7 @@
 {% extends "head.html" %}
 {% block css %}
     <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/java/3.6.0">
+    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">
 {% endblock %}

Modified: lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-latest-redir.html?rev=1325515&r1=1325514&r2=1325515&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Thu Apr 12 21:06:29 2012
@@ -6,6 +6,7 @@
 {% extends "head.html" %}
 {% block css %}
     <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.cgi/lucene/solr/3.6.0">
+    <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/solr.css" rel="stylesheet" type="text/css">
 {% endblock %}