From 6777487b46b774a36126a8f95adeffb5caa91dd0 Mon Sep 17 00:00:00 2001 From: j2blake Date: Fri, 22 Apr 2011 15:15:37 +0000 Subject: [PATCH] NIHVIVO-2535 The Lucene index builder uses a "public" filter, which now uses a PropertyRestrictionPolicyHelper, so that must be set up first. --- productMods/WEB-INF/web.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 830aa2af..860dd5d3 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -126,6 +126,17 @@ --> + + edu.cornell.mannlib.vitro.webapp.auth.policy.bean.PropertyRestrictionPolicyHelper$Setup + + + + + edu.cornell.mannlib.vitro.webapp.auth.policy.setup.CommonPolicyFamilySetup + + + + edu.cornell.mannlib.vitro.webapp.search.lucene.LuceneSetup @@ -164,16 +175,6 @@ - - edu.cornell.mannlib.vitro.webapp.auth.policy.setup.CommonPolicyFamilySetup - - - - - edu.cornell.mannlib.vitro.webapp.auth.policy.bean.PropertyRestrictionPolicyHelper$Setup - - - edu.cornell.mannlib.vitro.webapp.controller.freemarker.FreemarkerSetup