-
Bug
-
Resolution: Won't Do
-
Critical
-
3.0.0.Alpha1
-
None
The JcrContentHandler is not treating binary values as streams, but is instead materializing the binary values as strings before creating the Binary value object. If the binary content is large, then this will use excessive memory. The content handler should instead stream the binary content directly into the ValueFactory.createBinary(InputStream) method.