Repository: incubator-sentry Updated Branches: refs/heads/master 6052eb2d8 -> d2a512ea3
SENTRY-965: Solr /terms request handler broken because of components declaration (Gregory Chanan, reviewed by Lenni Kuff) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/d2a512ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/d2a512ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/d2a512ea Branch: refs/heads/master Commit: d2a512ea30db126e5fb8bc72dc65e309b88d08b3 Parents: 6052eb2 Author: Gregory Chanan <gcha...@cloudera.com> Authored: Wed Nov 18 17:47:53 2015 -0800 Committer: Gregory Chanan <gcha...@cloudera.com> Committed: Tue Dec 1 17:20:33 2015 -0800 ---------------------------------------------------------------------- .../test/resources/solr/collection1/conf/solrconfig-doclevel.xml | 4 +--- .../src/test/resources/solr/collection1/conf/solrconfig.xml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/d2a512ea/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig-doclevel.xml ---------------------------------------------------------------------- diff --git a/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig-doclevel.xml b/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig-doclevel.xml index af1184d..4459c0d 100644 --- a/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig-doclevel.xml +++ b/sentry-tests/sentry-tests-solr/src/test/resources/solr/collection1/conf/solrconfig-doclevel.xml @@ -1549,11 +1549,9 @@ <bool name="terms">true</bool> <bool name="distrib">false</bool> </lst> - <arr name="first-components"> + <arr name="components"> <str>queryIndexAuthorization</str> <str>queryDocAuthorization</str> - </arr> - <arr name="components"> <str>terms</str> </arr> </requestHandler> http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/d2a512ea/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 a8b63e6..4625588 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 @@ -1548,11 +1548,9 @@ <bool name="terms">true</bool> <bool name="distrib">false</bool> </lst> - <arr name="first-components"> + <arr name="components"> <str>queryIndexAuthorization</str> <str>queryDocAuthorization</str> - </arr> - <arr name="components"> <str>terms</str> </arr> </requestHandler>