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(); }