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

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri May 20 11:44:01 EDT 2011


     [ https://issues.jboss.org/browse/AS7-715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated AS7-715:
---------------------------------

         Assignee: Emanuel Muckenhuber  (was: Jason Greene)
    Fix Version/s: 7.0.0.CR1


> 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: Emanuel Muckenhuber
>             Fix For: 7.0.0.CR1
>
>
> 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