I'm not sure I see any benefit of doing that. What do you gain by limiting the import to json only? There is no additional work to support the other import formats.
One other data point: From the users mailing list, there is at least one person importing using the jcr.xml format (see: http://markmail.org/message/p5nfmk7b5qcvnr7f ) so I don't think it is correct to assume no one is using the other import formats. Regards, Eric On Tue, Jan 10, 2012 at 7:30 AM, Carsten Ziegeler <cziege...@apache.org>wrote: > Hi, > > currently the sling post servlet uses our content importer for > importing. This has basically been added to post json. > However the content importer handles other files like xml, zip, and > jar as well. But I really think we should support this and concentrate > on one format, just json. (Reducing this is easy). > > If noone objects, I'll implement this change > > Thanks > Carsten > > -- > Carsten Ziegeler > cziege...@apache.org >