Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-715

web subsystem has boolean parameters listed as strings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.CR1
    • 7.0.0.Beta3
    • Domain Management
    • None

    Description

      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
      [...]

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            pilhuhn Heiko Rupp
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: