You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2012/07/06 10:29:18 UTC

[ANN] Apache Sling POST servlets module 2.1.2 released

The Apache Sling team is pleased to announce the release of Apache
Sling POST servlets module, org.apache.sling.servlets.post module
2.1.2.

Apache Sling is a web framework that uses a Java Content Repository,
such as Apache Jackrabbit, to store and manage content. Sling
applications use either scripts or Java servlets, selected based on
simple name conventions, to process HTTP requests in a RESTful way.

The POST servlet module handles HTTP POST requests, as described at
http://sling.apache.org/site/manipulating-content-the-slingpostservlet-servletspost.html

This release is available from
http://sling.apache.org/site/downloads.cgi and Maven:

<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.servlets.post</artifactId>
    <version>2.1.2</version>
</dependency>

We fixed three issues in this release
(https://issues.apache.org/jira/browse/SLING/fixforversion/12315287)

SLING-2517
Add validity checks to CopyFrom POST operation paths

SLING-1725
Register internal post operations as services for consumption by
servlets other than the SlingPostServlet

SLING-2453
HtmlResponseProxy constructor always throws NPE

Enjoy!

-The Sling team