Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-949-2 67dc693bb -> 114d25a55
Move security test resources Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/114d25a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/114d25a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/114d25a5 Branch: refs/heads/feature/GEODE-949-2 Commit: 114d25a55e4345ab91d587d551b9943572cd7143 Parents: 67dc693 Author: Kirk Lund <[email protected]> Authored: Tue Mar 15 13:37:49 2016 -0700 Committer: Kirk Lund <[email protected]> Committed: Tue Mar 15 13:37:49 2016 -0700 ---------------------------------------------------------------------- .../com/gemstone/gemfire/security/templates/XmlAuthorization.java | 2 +- .../resources/com/gemstone/gemfire/security/templates/authz5_5.dtd | 2 +- .../resources/com/gemstone/gemfire/security/templates/authz6_0.dtd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/114d25a5/geode-core/src/test/java/com/gemstone/gemfire/security/templates/XmlAuthorization.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/security/templates/XmlAuthorization.java b/geode-core/src/test/java/com/gemstone/gemfire/security/templates/XmlAuthorization.java index f259607..b8f2e50 100755 --- a/geode-core/src/test/java/com/gemstone/gemfire/security/templates/XmlAuthorization.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/security/templates/XmlAuthorization.java @@ -131,7 +131,7 @@ public class XmlAuthorization implements AccessControl { /** * Public static factory method to create an instance of * {@code XmlAuthorization}. The fully qualified name of the class - * ({@code templates.security.XmlAuthorization.create}) + * ({@code com.gemstone.gemfire.security.templates.XmlAuthorization.create}) * should be mentioned as the {@code security-client-accessor} system * property to enable pre-operation authorization checks as implemented in * this class. http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/114d25a5/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz5_5.dtd ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz5_5.dtd b/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz5_5.dtd index 81a8150..7080c0e 100644 --- a/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz5_5.dtd +++ b/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz5_5.dtd @@ -18,7 +18,7 @@ limitations under the License. <!-- This is the XML DTD for the GemFire sample XML based authorization callback -in templates.security.XmlAuthorization. +in com.gemstone.gemfire.security.templates.XmlAuthorization. All XMLs must include a DOCTYPE of the following form: http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/114d25a5/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz6_0.dtd ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz6_0.dtd b/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz6_0.dtd index 06cceff..a77563a 100755 --- a/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz6_0.dtd +++ b/geode-core/src/test/resources/com/gemstone/gemfire/security/templates/authz6_0.dtd @@ -18,7 +18,7 @@ limitations under the License. <!-- This is the XML DTD for the GemFire sample XML based authorization callback -in templates.security.XmlAuthorization. +in com.gemstone.gemfire.security.templates.XmlAuthorization. All XMLs must include a DOCTYPE of the following form:
