Hi, On Thu, Mar 1, 2018 at 5:07 AM, John Logan <[email protected]> wrote: > Hi, I'm trying to create node with an empty String[] property via the Sling > POST servlet... ... > Is there a more succinct and accepted way?...
I don't think so, in general the convention is that empty property values cause the properties to be removed. If you rely on that behavior (which I suppose is undocumented and just happened) it might be wise to contribute an automated test that clarifies this behavior and prevents it from going away in the future. -Bertrand
