You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by br...@apache.org on 2014/02/25 03:52:47 UTC

[04/26] git commit: SENTRY-73: solrconfig.xml should specify SecureAdminHandlers (Gregory Chanan via Shreepadma Venugopalan)

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/db_policy_store
Commit: 72b437564759e552e33f806de939c4b300180915
Parents: 319d64a
Author: Shreepadma Venugopalan <sh...@apache.org>
Authored: Thu Dec 26 16:09:45 2013 -0800
Committer: Shreepadma Venugopalan <sh...@apache.org>
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" />