mirror of https://github.com/apache/lucene.git
SOLR-127 - special note for people upgrading about new HTTP Caching headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
160f664e5f
commit
95b1fe8b42
10
CHANGES.txt
10
CHANGES.txt
|
@ -22,9 +22,19 @@ See the tutorial at http://lucene.apache.org/solr/tutorial.html
|
|||
$Id$
|
||||
|
||||
================== Release 1.3-dev ==================
|
||||
|
||||
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
|
||||
'<httpCaching never304="true" />' 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
|
||||
|
||||
|
||||
Detailed Change List
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue