Revert "SLING-7593 : ResourceTraversor doesn't support ResourceDecorator pattern. Apply patch from Joanna Jasnowska"

This reverts commit 292c461f6223865026c8522ac5167a042a168854.

This change has introduced a regression in the way missing resources
with existing children are rendered, see SLING-7833 for details.
1 file changed
tree: ad2bff6665a7477f187fa34fab9fcdae92432b6a
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling API

This module is part of the Apache Sling project.

The Sling API defines an extension to the Servlet API 3.0 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Sling framework is running or by another bundle.