From 94a68ef0cc8c7ad9d18dcfd58238f0bc8f9bd517 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 2 May 2007 03:08:57 +0000 Subject: [PATCH] adding message about paths that start with '/' git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@534297 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 108edddc60d..bcb0ffa26a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -268,6 +268,9 @@ Bug Fixes 12. SOLR-222: Changing writeLockTimeout in solrconfig.xml did not change the effective timeout. (Koji Sekiguchi via yonik) +13. Changed the SOLR-104 RequestDispatcher so that /select?qt=xxx can not + access handlers that start with "/". This makes path based authentication + possible for path based request handlers. (ryan) Other Changes 1. Updated to Lucene 2.1