]
Heiko Braun resolved AS7-748.
-----------------------------
Resolution: Done
Subsystem "web": Expose effective configuration through
domain management API
-----------------------------------------------------------------------------
Key: AS7-748
URL:
https://issues.jboss.org/browse/AS7-748
Project: Application Server 7
Issue Type: Feature Request
Components: Domain Management, Web
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.0.0.CR1
The "configuration" attribute is currently "undefined", but
management clients require access to the default values:
[domain@localhost:9999 /] /profile=default/subsystem=web:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"configuration" => undefined,
"connector" => {"http" => {
"protocol" => "HTTP/1.1",
"socket-binding" => "http",
"scheme" => "http",
"virtual-server" => undefined,
"ssl" => undefined
}},
"virtual-server" => {"localhost" => {
"alias" => ["example.com"],
"access-log" => undefined,
"rewrite" => undefined
}}
},
"compensating-operation" => undefined
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: