This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-884-platform-polish
in repository https://gitbox.apache.org/repos/asf/unomi.git
from ae5f2c746 UNOMI-884: Platform polish audit — GraphQL invalid-tenant
fallback (Phase 2 PR 3)
add 291a236cb UNOMI-884: Add unit tests and rationale comment for GraphQL
tenant fallback
No new revisions were added by this update.
Summary of changes:
graphql/cxs-impl/pom.xml | 16 ++
.../auth/GraphQLServletSecurityValidator.java | 3 +
.../auth/GraphQLServletSecurityValidatorTest.java | 199 +++++++++++++++++++++
3 files changed, 218 insertions(+)
create mode 100644
graphql/cxs-impl/src/test/java/org/apache/unomi/graphql/servlet/auth/GraphQLServletSecurityValidatorTest.java