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

    https://github.com/apache/incubator-tinkerpop/pull/162#discussion_r46630315
  
    --- Diff: 
gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/auth/AllowAllAuthenticator.java
 ---
    @@ -41,7 +42,16 @@ public AuthenticatedUser authenticate(final Map<String, 
String> credentials) thr
             return AuthenticatedUser.ANONYMOUS_USER;
         }
     
    +    /**
    +     * @deprecated As of release 3.1.1-incubating, replaced by {@link 
#newSaslNegotiator(InetAddress)}.
    +     * @see <a 
href="https://issues.apache.org/jira/browse/TINKERPOP3-995";>TINKERPOP3-995</a>
    --- End diff --
    
    i'm not sure that we need to worry about the redirect dropping - i guess we 
could discuss a mass find/replace of that stuff. i was going to leave the old 
stuff as-is in my thinking this morning, but maybe we shouldn't. probably 
something to discuss on the list.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to