enapps-enorman commented on PR #11:
URL: 
https://github.com/apache/sling-org-apache-sling-servlets-get/pull/11#issuecomment-1577186781

   > 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](https://issues.apache.org/jira/browse/SLING-8375))
   
   @YegorKozlov I see,  I guess I was under the impression you were downloading 
the content, manually changing it and then importing the changed content to the 
destination.  
   I thought you could do the same with .json.zip content by:
   1. exporting the .json.zip content and save to a temp file
   2. unzipping it
   3. manually change whatever needs adjusted in the json content
   4. re-zip the content
   5. import the new .json.zip content to the destination
   
   But perhaps, your client doesn't have the ability to zip/unzip (maybe 
javascript running in a web browser sandbox?)
   
   Anyways, it was just a thought.


-- 
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]

Reply via email to