]
Brian Stansberry commented on AS7-3933:
---------------------------------------
So is the issue the value is coming back as ModelType.STRING instead of
ModelType.EXPRESSION?
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@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: