Hi Andreas, On Sat, Feb 13, 2010 at 11:59 PM, Andreas Schaefer <[email protected]> wrote: > ...It might just me being stupid but I cannot figure out how someone would > create nodes with > the same name for the same parent using POST (curl -F ...). > Curl does not accept [] and using the same name means updating the same > node....
Even if you cannot create same-name siblings via curl (didn't check if that's true), they can be created via other means, in code or scripts. Aynway, using SNS is usually not a good idea, see http://wiki.apache.org/jackrabbit/DavidsModel#Rule_.234:_Beware_of_Same_Name_Siblings. -Bertrand
