Skip to content

Commit

Permalink
Updated index name to match Cloud Manager new standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Pedreira committed Dec 20, 2023
1 parent 039f56a commit 2ee8e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class QueryHelper {
private static final String ROOT_REP_POLICY_NODE = "/rep:policy";
private static final String ROOT_REPO_POLICY_NODE = "/" + Constants.REPO_POLICY_NODE;
private static final String HOME_REP_POLICY = "/home/rep:policy";
private static final String OAK_INDEX_PATH_REP_ACL = "/oak:index/repACL-custom-1";
private static final String OAK_INDEX_PATH_REP_ACL = "/oak:index/actool.repACL-custom-1";

/** Method that returns a set containing all rep:policy nodes from repository excluding those contained in paths which are excluded from
* search
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/oak:index/repACL" type="cleanup"/><!-- legacy index node name, used prior version 2.7.2 -->
<filter root="/oak:index/repACL-custom-1"/>
<filter root="/oak:index/repACL-custom-1" type="cleanup"/><!-- legacy index node name, used prior version 3.0.11 -->
<filter root="/oak:index/actool.repACL-custom-1" />
</workspaceFilter>

0 comments on commit 2ee8e6c

Please sign in to comment.