[jboss-jira] [JBoss JIRA] Updated: (AS7-748) Subsystem "web": Expose effective configuration through domain management API
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Jun 20 16:57:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-748:
---------------------------------
Fixed in new-controllers:
[domain at localhost:9999 /] /profile=default/subsystem=web:read-resource
{
"outcome" => "success",
"result" => {
"configuration" => {
"static-resources" => {
"sendfile" => 49152,
"max-depth" => 3,
"read-only" => true,
"webdav" => false,
"listings" => false,
"disabled" => false
},
"jsp-configuration" => {
"development" => false,
"keep-generated" => true,
"recompile-on-fail" => false,
"check-interval" => 0,
"modification-test-interval" => 4,
"display-source-fragment" => true,
"error-on-use-bean-invalid-class-attribute" => false,
"java-encoding" => "UTF8",
"tag-pooling" => true,
"generate-strings-as-char-arrays" => false,
"target-vm" => "1.5",
"dump-smap" => false,
"mapped-file" => true,
"disabled" => false,
"source-vm" => "1.5",
"trim-spaces" => false,
"smap" => true
}
},
"connector" => {"http" => undefined},
"virtual-server" => {"localhost" => undefined}
}
}
> 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 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