Certain system properties are returned in the list of all system properties by the /system/properties endpoint, but attempting to retrieve them individually by the /system/properties/{propertyKey} endpoint results in a 404.
I suspect this has a similar cause to #80 where the /system/properties endpoint had to access both SystemProperty and JiveGlobals to get all properties.
For example, when I access the /system/properties endpoint, the very first item in the list is abstractGroupProvider.shared.recursive, however accessing /system/properties/abstractGroupProvider.shared.recursive results in a 404.
Certain system properties are returned in the list of all system properties by the
/system/propertiesendpoint, but attempting to retrieve them individually by the/system/properties/{propertyKey}endpoint results in a 404.I suspect this has a similar cause to #80 where the
/system/propertiesendpoint had to access both SystemProperty and JiveGlobals to get all properties.For example, when I access the
/system/propertiesendpoint, the very first item in the list isabstractGroupProvider.shared.recursive, however accessing/system/properties/abstractGroupProvider.shared.recursiveresults in a 404.