Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Post 2.0.4
-
None
Description
Currently uploading a JSON file will just create the file node.
On the other hand it would be useful if uploading to a node with a request extension of JSON, the JSON would be unpacked and handled as if it would be a modification request with the JSON data being the content to store.
This would be similar to JSON upload supported by CouchDB.