2012/8/13 Bertrand Delacretaz <[email protected]>: > On Mon, Aug 13, 2012 at 11:47 AM, Carsten Ziegeler <[email protected]> > wrote: >> ...after fixing these I run into failing integration tests, e.g. >> SlingDefaultValuesTest#testDefaultBehaviour posts a new property with >> an empty value and checks if the property does not exists afterwards.... > > IIRC (but that was a long time ago) that's by design. Would we have > another way of removing a property via a POST than setting it empty > anyways? > See http://sling.apache.org/site/manipulating-content-the-slingpostservlet-servletspost.html
which mentions that @IgnoreBlanks should be used instead Reading https://issues.apache.org/jira/browse/SLING-1412 where this was introduced, it suggests that the current behaviour was not how these things have been handled before the fix. Carsten -- Carsten Ziegeler [email protected]
