Updated Branches:
  refs/heads/master 319d64a4a -> 72b437564

SENTRY-73: solrconfig.xml should specify SecureAdminHandlers (Gregory Chanan 
via Shreepadma Venugopalan)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/72b43756
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/72b43756
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/72b43756

Branch: refs/heads/master
Commit: 72b437564759e552e33f806de939c4b300180915
Parents: 319d64a
Author: Shreepadma Venugopalan <[email protected]>
Authored: Thu Dec 26 16:09:45 2013 -0800
Committer: Shreepadma Venugopalan <[email protected]>
Committed: Thu Dec 26 16:42:44 2013 -0800

----------------------------------------------------------------------
 .../src/test/resources/solr/collection1/conf/solrconfig.xml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/72b43756/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig.xml
----------------------------------------------------------------------
diff --git 
a/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig.xml
 
b/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig.xml
index 91f1a61..4276cda 100644
--- 
a/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig.xml
+++ 
b/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig.xml
@@ -1122,7 +1122,7 @@
        RequestHandlers.  
     -->
   <requestHandler name="/admin/" 
-                  class="solr.admin.AdminHandlers" />
+                  class="solr.admin.SecureAdminHandlers" />
   <!-- This single handler is equivalent to the following... -->
   <!--
      <requestHandler name="/admin/luke"       
class="solr.admin.LukeRequestHandler" />

Reply via email to