[jboss-jira] [JBoss JIRA] (WFLY-1839) Missing access control meta data for attributes

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Aug 6 15:45:26 EDT 2013


Heiko Braun created WFLY-1839:
---------------------------------

             Summary: Missing access control meta data for attributes
                 Key: WFLY-1839
                 URL: https://issues.jboss.org/browse/WFLY-1839
             Project: WildFly
          Issue Type: Bug
          Components: Domain Management
            Reporter: Heiko Braun
            Assignee: Brian Stansberry
            Priority: Critical
             Fix For: 8.0.0.CR1


Where is the attribute meta data?

{noformat}
[standalone at localhost:9990 /] /subsystem=mail:read-resource-description(access-control=true){roles=maintainer}
{
    "outcome" => "success",
    "result" => {
        "description" => "The mail subsystem",
        "attributes" => {},
        "operations" => undefined,
        "children" => {"mail-session" => {
            "description" => "Mail session definition",
            "model-description" => undefined
        }},
        "access-control" => {
            "default" => {
                "read-config" => true,
                "write-config" => true,
                "read-runtime" => true,
                "write-runtime" => true,
                "attributes" => {}
            },
            "exceptions" => {}
        }
    }
}

{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list