From b2745844ebf35a6af2f55861d4d9c304bbc4e473 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Tue, 2 Jun 2015 03:39:08 +0000 Subject: [PATCH] Merged revision(s) 1683034 from lucene/dev/branches/branch_5x: SOLR-7623: add CHANGES.txt entry ........ git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683035 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 9f905fab6bb..4d3239b2ad8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -109,6 +109,10 @@ Other Changes * SOLR-7599: Remove cruft from SolrCloud tests. (shalin) +* SOLR-7623: Fix regression from SOLR-7484 that made it impossible to override + SolrDispatchFilter#execute() and SolrDispatchFilter#sendError(). You can now override these + functions in HttpSolrCall. (ryan) + ================== 5.2.0 ==================