mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
184bb143df
commit
94a68ef0cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue