Skip to content

Commit

Permalink
remove selectPublic and findPublic requestHandler configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs authored and PaulBorchert committed Jun 12, 2024
1 parent f7892d9 commit 561da66
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<xed:source uri="webapp:editor/search/template/complex.xml" />
<xed:bind xpath="query">
<xed:bind xpath="@mask" default="content/search/complex.xed" />
<xed:bind xpath="@qt" default="/selectPublic" />
<div class="card">
<div class="card-header">
<h3 class="card-title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<xed:source uri="webapp:editor/search/template/simple.xml" />
<xed:bind xpath="query">
<xed:bind xpath="@mask" default="content/main/search/simple.xed" />
<xed:bind xpath="@qt" default="/selectPublic" />
<xed:bind xpath="conditions/boolean">
<xed:bind xpath="boolean[@operator='or']/condition[@field='createdby']/@value" default="{$CurrentUser}" />
<div class="card">
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/config/reposis_dfi/mycore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ MCR.Export.CSL.Styles=%MIR.citationStyles%
# #
###################################################################################################

MCR.Solr.Proxy.WhiteList=%MCR.Solr.Proxy.WhiteList%,/selectPublic,/findPublic
MCR.Solr.NestedDocuments=true
MCR.Solr.Proxy.WhiteList=%MCR.Solr.Proxy.WhiteList%
MIR.Rules.Solr.Protected.RequestHandler=find,select


Expand Down

0 comments on commit 561da66

Please sign in to comment.