You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/11/26 13:06:39 UTC

[tomcat] branch 10.0.x updated: Update references

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 151dd08  Update references
151dd08 is described below

commit 151dd08a8dc73d1f4bbaea67343b43e25457b1ac
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Nov 26 12:17:43 2021 +0000

    Update references
---
 java/org/apache/catalina/core/ApplicationDispatcher.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/core/ApplicationDispatcher.java b/java/org/apache/catalina/core/ApplicationDispatcher.java
index 4a4e97c..f54ea6f 100644
--- a/java/org/apache/catalina/core/ApplicationDispatcher.java
+++ b/java/org/apache/catalina/core/ApplicationDispatcher.java
@@ -315,7 +315,7 @@ final class ApplicationDispatcher implements AsyncDispatcher, RequestDispatcher
         State state = new State(request, response, false);
 
         if (context.getDispatcherWrapsSameObject()) {
-            // Check SRV.8.2 / SRV.14.2.5.1 compliance
+            // Check SRV.9.2 / RequestDispacther Javadoc
             checkSameObjects(request, response);
         }
 

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