[
https://issues.jboss.org/browse/AS7-1414?page=com.atlassian.jira.plugin.s...
]
Jean-Frederic Clere edited comment on AS7-1414 at 9/12/11 12:44 PM:
--------------------------------------------------------------------
the problem is that there is:
+++
standalone@localhost:9999 subsystem=web] :read-attribute(name=configuration)
{
"outcome" => "success",
"result" => {
"static-resources" => {
"sendfile" => 49152,
"max-depth" => 3,
+++
We need to arrange the xsd to have something like:
/subsystem=web/configuration=static-resources:write-attribute(name=sendfile,value=2000)
was (Author: jfclere):
the problem is that there is:
+++
standalone@localhost:9999 subsystem=web] :read-attribute(name=configuration)
{
"outcome" => "success",
"result" => {
"static-resources" => {
"sendfile" => 49152,
"max-depth" => 3,
+++
We need to arrange the xsd to have something like:
/subsystem=web/configuration=jsp:write-attribute(name=develop,value=true)
Almost all configuration attributes for
/profile=default/subsystem=web are read-only
------------------------------------------------------------------------------------
Key: AS7-1414
URL:
https://issues.jboss.org/browse/AS7-1414
Project: Application Server 7
Issue Type: Bug
Components: Web
Reporter: Heiko Rupp
Assignee: Jean-Frederic Clere
If you look at the resource-description for /subsystem=web, all attributes are
read-only.
The administrator can not switch on webdav or disable JSP via the API
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira