Skip to content

Commit

Permalink
Merge pull request #993 from gisaia/feature/fixDummyCF
Browse files Browse the repository at this point in the history
Feat: fix dummy column filter collection name
  • Loading branch information
mbarbet authored Jan 8, 2025
2 parents 1434f5f + fc3c039 commit f831e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void filter(ContainerRequestContext ctx, String method, String path, Stri
logUAM(LOGGER::debug, ALLOWED, "public (no token): " + log);
}
// use a dummy CF in order to bypass the CFUtil and give access to public collections
ctx.getHeaders().add(COLUMN_FILTER, "ThisIsADummyColumnFilter:*");
ctx.getHeaders().add(COLUMN_FILTER, "*:*");
}
return;
}
Expand Down

0 comments on commit f831e86

Please sign in to comment.