SLING-7890 fixed incorrectly reported binary size

incorrectly assumed that if a valueMap.get(binaryKey,long) returned the
length for a single InputStream and valueMap.get(binaryKey,long[]) would
return an array of lengths for an array of InputStreams that
valueMap.get(binaryKey,long[]) would convert an entry of a single
InputStream to an Array with a single value. being consistent with how
other adapters work.
1 file changed
tree: 8fecf95a8addf95c7c19fab3f4e7f9e10e464a9f
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License servlets

Apache Sling Default GET Servlets

This module is part of the Apache Sling project.

Provides default GET servlets for HTML, Text and JSON rendering and streaming resources.