[jboss-jira] [JBoss JIRA] Assigned: (AS7-748) Subsystem "web": Expose effective configuration through domain management API
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon May 23 09:51:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned AS7-748:
------------------------------------
Assignee: Emanuel Muckenhuber (was: Brian Stansberry)
> 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: Emanuel Muckenhuber
> Fix For: 7.0.0.CR1
>
>
> The "configuration" attribute is currently "undefined", but management clients require access to the default values:
> [domain at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list