You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2017/05/18 08:08:25 UTC

lucene-solr:master: Add missing double quote - from comment in Confluence

Repository: lucene-solr
Updated Branches:
  refs/heads/master 38205d7ad -> 318e546d1


Add missing double quote - from comment in Confluence


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/318e546d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/318e546d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/318e546d

Branch: refs/heads/master
Commit: 318e546d1b5526ca7cbfc8b8004d35fd0f715f82
Parents: 38205d7
Author: Jan Høydahl <ja...@apache.org>
Authored: Thu May 18 10:08:17 2017 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Thu May 18 10:08:17 2017 +0200

----------------------------------------------------------------------
 solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/318e546d/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc b/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
index cc85567..3e1cb28 100644
--- a/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
+++ b/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
@@ -164,7 +164,7 @@ curl --user solr:SolrRocks -H 'Content-type:application/json' -d '{
   "set-permission": {"collection": null,
                      "path":"/admin/collections",
                      "params":{"action":[LIST, CREATE]},
-                     "before: 3,
+                     "before": 3,
                      "role": "admin"}
 }' http://localhost:8983/solr/admin/authorization
 ----