-
Bug
-
Resolution: Obsolete
-
Major
-
7.1.1.Final
Following operation
{
"address" : {
"host" : "master",
"server" : "server-1"
},
"operation" : "read-resource",
"recursive" : true,
"proxies" : true,
"include-defaults" : true,
"include-runtime" : true
}
leads to
{
"outcome" : "success",
"result" : null,
"failure-description" : null
}
but the result is null and there is a huge stacktrace in log beginning with java.lang.UnsupportedOperationException.
When combination of recursive=true and include-runtime=true is not allowed, the operation should fail.