Hi Guillaume,

On Tue, 2016-11-29 at 18:36 +0100, Guillaume Lucazeau wrote:
> Hello,
> 
> Currently when you get content through the json extension, it
> contains
> protected properties ("jcr:created", "jcr:createdBy") and permissions
> nodes.
> 
> The protected properties prevent the JSON to be immediately
> reimported in
> another repository, and for what I see here [1] permissions are not
> handled
> by the content loader.
> 
> Is there an easy way to configure the JSON servlet to return only
> content
> that can be imported again? Or do I have to override this servlet and
> filter/remove those properties myself?

Maybe a better idea would be to enhance the content loader to skip
protected properties. Not sure about ACLs though, it seems like they
should be handled by the content importer.

Robert

> 
> Thank you,
> Guillaume
> 
> [1] http://stackoverflow.com/a/21406709/1987781

Reply via email to