[
https://issues.jboss.org/browse/AS7-3933?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated AS7-3933:
----------------------------------
Fix Version/s: 7.1.1.Final
(was: 7.1.2.Final)
Priority: Blocker (was: Major)
No problem, Heiko; I'll make sure it's sorted out for 7.1.1.Final.
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
Priority: Blocker
Fix For: 7.1.1.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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira