You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/07 22:16:49 UTC

geode git commit: GEODE-2092 Update docs with security examples location

Repository: geode
Updated Branches:
  refs/heads/develop 860d7efab -> 22ec6a789


GEODE-2092 Update docs with security examples location


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/22ec6a78
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/22ec6a78
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/22ec6a78

Branch: refs/heads/develop
Commit: 22ec6a789a1cbf64e1d7677078558e17efb0c668
Parents: 860d7ef
Author: Karen Miller <km...@pivotal.io>
Authored: Wed Dec 7 12:55:48 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed Dec 7 14:16:40 2016 -0800

----------------------------------------------------------------------
 geode-docs/managing/security/authentication_examples.html.md.erb | 2 +-
 geode-docs/managing/security/authorization_example.html.md.erb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/22ec6a78/geode-docs/managing/security/authentication_examples.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/security/authentication_examples.html.md.erb b/geode-docs/managing/security/authentication_examples.html.md.erb
index b7634c8..ce21bac 100644
--- a/geode-docs/managing/security/authentication_examples.html.md.erb
+++ b/geode-docs/managing/security/authentication_examples.html.md.erb
@@ -23,7 +23,7 @@ This example demonstrates the basics of an implementation of the
 `SecurityManager.authenticate` method.
 The remainder of the example may be found within the Apache Geode
 source code within the
-`geode-core/src/main/java/org/apache/geode/security/templates` directory.
+`geode-core/src/main/java/org/apache/geode/examples/security` directory.
 
 Of course, the security implementation of every installation is unique,
 so this example cannot be used in a production environment.

http://git-wip-us.apache.org/repos/asf/geode/blob/22ec6a78/geode-docs/managing/security/authorization_example.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/managing/security/authorization_example.html.md.erb b/geode-docs/managing/security/authorization_example.html.md.erb
index 2e725a1..36182c7 100644
--- a/geode-docs/managing/security/authorization_example.html.md.erb
+++ b/geode-docs/managing/security/authorization_example.html.md.erb
@@ -23,7 +23,7 @@ This example demonstrates the basics of an implementation of the
 `SecurityManager.authorize` method.
 The remainder of the example may be found within the Apache Geode
 source code within the
-`geode-core/src/main/java/org/apache/geode/security/templates` directory.
+`geode-core/src/main/java/org/apache/geode/examples/security` directory.
 
 Of course, the security implementation of every installation is unique,
 so this example cannot be used in a production environment,