You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kevin Duling (JIRA)" <ji...@apache.org> on 2016/12/07 19:40:58 UTC

[jira] [Created] (GEODE-2188) ExampleSecurityManager references SampleSecurityManager in javadoc

Kevin Duling created GEODE-2188:
-----------------------------------

             Summary: ExampleSecurityManager references SampleSecurityManager in javadoc
                 Key: GEODE-2188
                 URL: https://issues.apache.org/jira/browse/GEODE-2188
             Project: Geode
          Issue Type: Bug
          Components: core
            Reporter: Kevin Duling
            Assignee: Mark Bretl
             Fix For: 1.1.0


Example code was moved in GEODE-2092, but some strings need to be updated.

Javadoc references an incorrect path.
{{@code security-manager = org.apache.geode.security.examples.SampleSecurityManager}}

and several strings refer to SampleSecurityManager.

E.g., 
{code}
    if (!initializeFromJsonResource(jsonPropertyValue)) {
      throw new AuthenticationFailedException(
          "SampleSecurityManager: unable to find json resource \"" + jsonPropertyValue
              + "\" as specified by [" + SECURITY_JSON + "].");
    }
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)