Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#681 Updated index name to match Cloud Manager new standards #682

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading