On Thu, Aug 22, 2013 at 11:53 PM, Terry Brady <tw...@georgetown.edu> wrote: > Ivan, thanks for the explanation. I added some log messages to the > DSpaceAuthorizationFilter, and it is not getting executed as I navigate the > OAI web service.
First, you need to configure the new class to be used, just follow the bitstreamaccessFilter example. * Add a filter using your new class into the <Filters> element below line 175 in xoai.xml. * Assuming you're using the default "request" context, add your new filter into <Context baseurl="request">. When using the oai Solr backend (default), every time you change configuration, you ought to run "oai clean-cache". But in this case, I think you might need to drop the oai index completely (-c) and reimport it: "oai import -c" (that command already includes clearing the cache). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette