On Tue, Oct 13, 2009 at 12:11 PM, Ben Short <[email protected]> wrote: > Hi, > > I have the following in ROOT.json at the route of the bundle content > but after I deploy the bundle I still get redirected to index.html > > { > "sling:resourceType": "website", > "headline": "Loaded from ROOT.json" > } > > Is there anyway to dump the contents of jackrabbit so I can see if the > properties are set as expected?
You can request /.tidy.json (or /.tidy.2.json to get a two-level recursive dump or the root node). -Bertrand
