YegorKozlov commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-servlets-get/pull/11#issuecomment-1579090911
@enapps-enorman I don't think the ".json.zip" idea is worth the effort. Sling GET servlet returns binary data by property path , e.g.` /nt_file/jcr:content/jcr:data ` and clients can fetch the json , the binaries and feed it to Sling POST Servlet. My initial idea was to improve the _existing_ json export/import protocol and support base64. Inventing a new ".json.zip" exporter/importer is not worth the effort IMO. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
