[jboss-jira] [JBoss JIRA] Created: (AS7-715) web subsystem has boolean parameters listed as strings

Heiko Rupp (JIRA) jira-events at lists.jboss.org
Wed May 4 10:05:19 EDT 2011


web subsystem has boolean parameters listed as strings
------------------------------------------------------

                 Key: AS7-715
                 URL: https://issues.jboss.org/browse/AS7-715
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.0.0.Beta3
            Reporter: Heiko Rupp
            Assignee: Jason Greene


Do a read-resource-description for the web subsystem and see the following.
All attributes are marked as strings, even if in reality they are boolean or ints.


"webdav" => {
              "type" => STRING,
              "description" => "Enable WebDAV functionality. The default value is \"false\".",
              "required" => false
             },
 "max-depth" => {
              "type" => STRING,
              "description" => "Maximum recursion for PROPFIND. The default value is 3.",
              "required" => false
             },
 "disabled" => {
              "type" => STRING,
              "description" => "Enable the JSP container. The default value is \"true\".",
              "required" => false
              },
 "development" => {
              "type" => STRING,
              "description" => "Enable the development mode, which gives more information when an error occurs. The default value is \"false\".",
              "required" => false
[...] 

--
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