Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2603C200CC4 for ; Wed, 28 Jun 2017 23:06:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24410160C07; Wed, 28 Jun 2017 21:06:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1B5BF160C03 for ; Wed, 28 Jun 2017 23:06:22 +0200 (CEST) Received: (qmail 48562 invoked by uid 500); 28 Jun 2017 21:06:22 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 48501 invoked by uid 99); 28 Jun 2017 21:06:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2017 21:06:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BF67EF170C; Wed, 28 Jun 2017 21:06:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Wed, 28 Jun 2017 21:06:31 -0000 Message-Id: <951e8980556f4cbd9a22cbd544f5b487@git.apache.org> In-Reply-To: <2b9b0b4931ba4e4fb00f146a61dddb3d@git.apache.org> References: <2b9b0b4931ba4e4fb00f146a61dddb3d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/38] tinkerpop git commit: Fixed dev docs for expected SASL value archived-at: Wed, 28 Jun 2017 21:06:24 -0000 Fixed dev docs for expected SASL value This was changed long ago on TINKERPOP-1600 but the docs went stale. Note that the byte array is still supported on 3.2.x. It goes away in 3.3.0. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1518cc42 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1518cc42 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1518cc42 Branch: refs/heads/TINKERPOP-1698 Commit: 1518cc420cc35939aafae790ed79eedfe3751766 Parents: 8bb9908 Author: Stephen Mallette Authored: Mon Jun 26 14:29:56 2017 -0400 Committer: Stephen Mallette Committed: Mon Jun 26 14:29:56 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/provider/index.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1518cc42/docs/src/dev/provider/index.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/provider/index.asciidoc b/docs/src/dev/provider/index.asciidoc index 39c235b..de8be1f 100644 --- a/docs/src/dev/provider/index.asciidoc +++ b/docs/src/dev/provider/index.asciidoc @@ -827,7 +827,7 @@ evaluated and is committed when the script completes (or rolled back if an error [width="100%",cols="2,2,9",options="header"] |========================================================= |Key |Type |Description -|sasl |byte[] | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server. +|sasl |String | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server and is Base64 encoded. |saslMechanism |String | The SASL mechanism: `PLAIN` or `GSSAPI`. Note that it is up to the server implementation to use or disregard this setting (default implementation in Gremlin Server ignores it). |========================================================= @@ -874,7 +874,7 @@ Gremlin Server are deployed, session state is not shared among them. |========================================================= |Key |Type |Description |saslMechanism |String | The SASL mechanism: `PLAIN` or `GSSAPI`. Note that it is up to the server implementation to use or disregard this setting (default implementation in Gremlin Server ignores it). -|sasl |byte[] | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server. +|sasl |String | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server and is Base64 encoded. |========================================================= '`eval` operation arguments' @@ -975,7 +975,7 @@ operation is available to clear the cache of a specific side-effect. [width="100%",cols="2,2,9",options="header"] |========================================================= |Key |Type |Description -|sasl |byte[] | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server. +|sasl |String | *Required* The response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server and is Base64 encoded. |========================================================= '`bytecode` operation arguments'