[jboss-jira] [JBoss JIRA] (AS7-3933) modcluster subsystem doesn't properly encode expression values

Heiko Braun (JIRA) jira-events at lists.jboss.org
Tue Feb 28 04:32:37 EST 2012


Heiko Braun created AS7-3933:
--------------------------------

             Summary: modcluster subsystem doesn't properly encode expression values
                 Key: AS7-3933
                 URL: https://issues.jboss.org/browse/AS7-3933
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management, Web
            Reporter: Heiko Braun
            Assignee: Brian Stansberry
             Fix For: 7.1.2.Final


See the "certificate-key-file" attribute: 

{noformat}
[standalone at localhost:9999 /] /subsystem=modcluster/mod-cluster-config=configuration/ssl=configuration:read-resource
{
    "outcome" => "success",
    "result" => {
        "certificate-key-file" => "${user.home}/.keystore",
        "key-alias" => "test",
        "password" => "changeit",
        "protocol" => "TLS"
    }
}

{noformat}


it would need to be encoded as a DMR expression. The illegal character prevents any success reads of this resource

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list