Apache Sling API

Clone this repo:
  1. ecf29fa SLING-12466 : Fix javadoc for Authenticator by Carsten Ziegeler · 6 weeks ago master
  2. 23dc0bf SLING-12465 : Remove usage of org.apache.sling.commons.testing in tests by Carsten Ziegeler · 6 weeks ago
  3. 54416fd SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 6 weeks ago
  4. 802e8cb SLING-12441 Add support for binary request parameters (#54) by Konrad Windszus · 8 weeks ago
  5. 2f95145 SLING-12390 : Mention IllegalStateException for order operation by Carsten Ziegeler · 5 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central 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.