You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by robertdale <gi...@git.apache.org> on 2017/02/20 17:47:15 UTC

[GitHub] tinkerpop pull request #534: TINKERPOP-1566 Kerberos authentication for grem...

Github user robertdale commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/534#discussion_r102063183
  
    --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/op/AbstractEvalOpProcessor.java ---
    @@ -243,6 +245,10 @@ protected void evalOpInternal(final Context context, final Supplier<GremlinExecu
                         final Iterator itty = IteratorUtils.asIterator(o);
     
                         logger.debug("Preparing to iterate results from - {} - in thread [{}]", msg, Thread.currentThread().getName());
    +                    if (settings.authentication.enableAuditLog) {
    +                        final String address = context.getChannelHandlerContext().channel().remoteAddress().toString().substring(1);
    --- End diff --
    
    substring(1) again


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---