Hi, From the javadoc of https://sling.apache.org/apidocs/sling11/org/apache/sling/api/resource/ResourceResolver.html#create-org.apache.sling.api.resource.Resource-java.lang.String-java.util.Map- it is not clear to me what I should expect in case I try to create a resource which does already exist (with that name below that parent). What should happen in case the underlying resource provider does not support same name siblings?
Thanks, Konrad
