YegorKozlov commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-servlets-get/pull/11#issuecomment-1577058092
> @YegorKozlov How would you feel about something like a ".json.zip" selector that exports a zip stream that contains the json content plus any binary properties as files in a zip file? That should get your the items and the binary contents in one round-trip without base64 encoding anything. Then the import could be enchanced to have specialized handling for that ".json.zip" extension to do the inverse. @enapps-enorman That would simplify getting the data, but will not work for import. We can't do ".json.zip" because we need to "massage" the input json and remove protected properties (SLING-8375) -- 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]
