You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2013/02/09 22:50:12 UTC

svn commit: r1444446 - /sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext

Author: fmeschbe
Date: Sat Feb  9 21:50:12 2013
New Revision: 1444446

URL: http://svn.apache.org/r1444446
Log:
small text fix

Modified:
    sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext

Modified: sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext?rev=1444446&r1=1444445&r2=1444446&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext (original)
+++ sling/site/trunk/content/documentation/the-sling-engine/errorhandling.mdtext Sat Feb  9 21:50:12 2013
@@ -13,8 +13,8 @@ This page provides more information on h
 Errorhandler scripts and servlets are script with the current response. Before setting
 the status and writing to the response such handlers should do the following:
 
-* Check whether the response has already been committed
-* If the response has been committed:
+* Check whether the response has been committed or not
+* If the response has not been committed:
     * Reset the response
     * Set the status code (use `HttpServletResponse.setStatus`)
     * Set the response content type and character encoding (provided text data is sent back)