From 261ebe8a07963cd34401abe4c995e8b033cec8b8 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Sat, 9 Aug 2008 07:40:21 +0000 Subject: [PATCH] SOLR-493, SOLR-142 changes note git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684190 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 55476a3ce92..a3ddfc7ef54 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -229,9 +229,10 @@ New Features (ryan) 35. SOLR-142: Added RawResponseWriter and ShowFileRequestHandler. This returns config - files directly. If the AdminHandlers is configured, this will be added automatically. + files directly. If AdminHandlers are configured, this will be added automatically. The jsp files /admin/get-file.jsp and /admin/raw-schema.jsp have been deprecated. - (ryan) + The deprecated will be automatically registered with + a ShowFileRequestHandler instance for backwards compatibility. (ryan) 36. SOLR-446: TextResponseWriter can write SolrDocuments and SolrDocumentLists the same way it writes Document and DocList. (yonik, ryan)