Thank Bertrand that did the job.

2009/10/13 Bertrand Delacretaz <[email protected]>:
> On Tue, Oct 13, 2009 at 12:14 PM, Ben Short <[email protected]> wrote:
>> I just tried http://127.0.0.1:8888/json and got the following...
>>
>> {
>> "headline":"Loaded from ROOT.json",
>> "sling:resourceType":"sling:redirect",
>> "jcr:mixinTypes":["mix:lockable","rep:AccessControllable"],
>> "sling:target":"/index.html",
>> "jcr:primaryType":"rep:root"
>> }
>>
>> So it seems that some of my content is being set but not all of it.
>
> Looks like you have leftovers from the default initial content, you
> can remove them with (for example)
>
>  curl -F "sling:target=" http://admin:ad...@localhost:8888/
>
> as setting a property to an empty string removes it.
>
> -Bertrand
>

Reply via email to