Author: buildbot
Date: Sat May  9 12:43:24 2015
New Revision: 950721

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    
websites/staging/sling/trunk/content/documentation/the-sling-engine/servlets.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May  9 12:43:24 2015
@@ -1 +1 @@
-1678263
+1678488

Modified: 
websites/staging/sling/trunk/content/documentation/the-sling-engine/servlets.html
==============================================================================
--- 
websites/staging/sling/trunk/content/documentation/the-sling-engine/servlets.html
 (original)
+++ 
websites/staging/sling/trunk/content/documentation/the-sling-engine/servlets.html
 Sat May  9 12:43:24 2015
@@ -262,10 +262,11 @@ The mechanism helping the provider here
 <h2 id="optingservlet-interface">OptingServlet interface</h2>
 <p>If a registered servlet implements the OptingServlet interface, Sling uses 
that servlet's <code>accepts(SlingHttpServletRequest request)</code> method to 
refine the servlet resolution process.</p>
 <p>In this case, the servlet is only selected for processing the current 
request if its <code>accept</code> method returns true.</p>
+<p>While an opting servlet seems to be a nice way of picking the right servlet 
to process the request, the use of an opting servlet is not recommended: the 
main reason is that it complicates the request processing, makes it less 
transparent what is going on during a request and prevents optimizations like 
caching the script resolution in an optimal manner. The other static options 
are usually sufficient for all use cases.</p>
 <h2 id="error-handler-servlets-or-scripts">Error Handler Servlet(s) or 
Scripts</h2>
 <p>Error handling support is now described on the <a 
href="/documentation/the-sling-engine/errorhandling.html">Errorhandling</a> 
page.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1500501 by fmeschbe on Sun, 7 Jul 2013 18:49:51 +0000
+        Rev. 1678488 by cziegeler on Sat, 9 May 2015 12:43:11 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to