From 958b7a0728cabb4dad0e60d1951ac23f160ff9f1 Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Wed, 19 Mar 2008 23:57:14 +0000 Subject: [PATCH] more details about SOLR-127 in upgrading section .... (i could have swore i commited this a few days ago) git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639080 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0d299b87a63..4f5eea7676e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,9 +29,10 @@ Upgrading from Solr 1.2 Solr now recognizes HTTP Request headers related to HTTP Caching (see RFC 2616 sec13) and will by default respond with "304 Not Modified" when appropriate. This should only affect users who access Solr via -an HTTP Cache, but if you wish to supress this behavior an -'' can be added to your solrconfig.xml. -See the wiki (or the example solrconfig.xml) for more details... +an HTTP Cache, or via a Web-browser that has an internal cache, but if +you wish to supress this behavior an '' +option can be added to your solrconfig.xml. See the wiki (or the +example solrconfig.xml) for more details... http://wiki.apache.org/solr/SolrConfigXml#HTTPCaching