Author: markt
Date: Wed Feb  7 16:55:10 2018
New Revision: 1823502

URL: http://svn.apache.org/viewvc?rev=1823502&view=rev
Log:
Strengthen comment

Modified:
    tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java?rev=1823502&r1=1823501&r2=1823502&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/StandardHostValve.java Wed Feb  
7 16:55:10 2018
@@ -128,10 +128,10 @@ final class StandardHostValve extends Va
                 return;
             }
 
-            // Ask this Context to process this request. Requests that are in
-            // async mode and are not being dispatched to this resource must be
-            // in error and have been routed here to check for application
-            // defined error pages.
+            // Ask this Context to process this request. Requests that are
+            // already in error must have been routed here to check for
+            // application defined error pages so DO NOT forward them to the 
the
+            // application for processing.
             try {
                 if (!response.isErrorReportRequired()) {
                     context.getPipeline().getFirst().invoke(request, response);



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to