SLING-8011 removed closure of json generator

when closing the json generator it is closing the output stream that it
uses to record json. In the case of this servlet that output stream is
the ServletResponse output stream which should not be closed by a
servlet directly.
1 file changed
tree: a3e5439b16b57f9bfdb2b68fd9567f5831dd0fc3
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. 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.