From 3643116c0376959e9b2f16021986cb6c205546f6 Mon Sep 17 00:00:00 2001 From: imbajin Date: Sat, 9 Mar 2024 21:07:09 +0800 Subject: [PATCH] Update AccessLogFilter.java --- .../java/org/apache/hugegraph/api/filter/AccessLogFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java b/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java index a741e4f520..c4d4048ebb 100644 --- a/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java +++ b/hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AccessLogFilter.java @@ -116,7 +116,7 @@ public void filter(ContainerRequestContext requestContext, } } - //Unset the context in "HugeAuthenticator" + // Unset the context in "HugeAuthenticator", need distinguish Graph/Auth server lifecycle HugeGraphAuthProxy.resetContext(); }