-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Beta3
-
None
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" =>
,
"disabled" =>
,
"development" => {
"type" => STRING,
"description" => "Enable the development mode, which gives more information when an error occurs. The default value is \"false\".",
"required" => false
[...]