This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch fix/graphql-websocket-auth
in repository https://gitbox.apache.org/repos/asf/unomi.git
from 0528bf891 Potential fix for pull request finding
add 53f06dcca Harden GraphQL WebSocket upgrade auth and add regression
coverage.
No new revisions were added by this update.
Summary of changes:
.../unomi/graphql/servlet/GraphQLServlet.java | 91 +++++++--
.../auth/GraphQLServletSecurityValidator.java | 12 +-
.../unomi/graphql/servlet/GraphQLServletTest.java | 213 +++++++++++++++++++++
.../auth/GraphQLServletSecurityValidatorTest.java | 58 +++++-
.../SubscriptionWebSocketFactoryTest.java | 88 +++++++++
.../websocket/SubscriptionWebSocketTest.java | 170 ++++++++++++++++
.../itests/graphql/GraphQLServletSecurityIT.java | 1 +
.../unomi/itests/graphql/GraphQLWebSocketIT.java | 56 ++++++
8 files changed, 667 insertions(+), 22 deletions(-)
create mode 100644
graphql/cxs-impl/src/test/java/org/apache/unomi/graphql/servlet/GraphQLServletTest.java
create mode 100644
graphql/cxs-impl/src/test/java/org/apache/unomi/graphql/servlet/websocket/SubscriptionWebSocketFactoryTest.java
create mode 100644
graphql/cxs-impl/src/test/java/org/apache/unomi/graphql/servlet/websocket/SubscriptionWebSocketTest.java