Author: bdelacretaz
Date: Thu Aug 15 09:37:27 2013
New Revision: 1514219
URL: http://svn.apache.org/r1514219
Log:
-fix new post servlet page
Modified:
sling/site/trunk/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.mdtext
Modified:
sling/site/trunk/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.mdtext?rev=1514219&r1=1514218&r2=1514219&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.mdtext
(original)
+++
sling/site/trunk/content/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.mdtext
Thu Aug 15 09:37:27 2013
@@ -77,11 +77,13 @@ All these operations always operate on t
Please note that operations are mutually exclusive. For a single POST request
only one operation may be executed. Operations also only consume the request
parameters as described below. Any excess parameters are silently ignored.
<div class="note">
+<b>Automated tests</b>:
Note that the `launchpad/testing` module contains a number of [integration
tests](http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/post/)
for the SlingPostServlet. Most of these tests are fairly readable, and can be
used to find out more details about the servlet's behavior.
</div>
<div class="note">
+<b>Trailing star in the :applyTo parameter</b>:
This applies to operations that use this parameter, since version 2.1.2 of the
*org.apache.sling.servlets.post* bundle: If the last segment of the `:applyTo`
value is '*' then the operation applies to all the children of the resolved
parent resource. This can be used to act on all the children
of a resource without having to specify the path of each individual child
resource.
</div>