Hi,

On Thu, Jan 9, 2014 at 10:38 PM, Buzzterrier <tje...@blueorigin.com> wrote:
> When retrieving an entry created by uploading a file, the jcr:data property
> on the content node has a preceding colon...

That's by design, as we don't dump the actual data in json, only its
length, we mark it to raise your attention. It worked ;-)

The code is at [1] if you're curious, search for "we dump the length
and not the data".

-Bertrand

[1] 
http://svn.apache.org/repos/asf/sling/trunk/bundles/servlets/get/src/main/java/org/apache/sling/servlets/get/impl/helpers/JsonObjectCreator.java

Reply via email to