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:07:48 UTC

[tomcat] branch 8.5.x updated: Update references

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

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


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

commit 1c5dfa6976507acd780a541eab1845b3ebd92cd5
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 a60848a..7a7d5ab 100644
--- a/java/org/apache/catalina/core/ApplicationDispatcher.java
+++ b/java/org/apache/catalina/core/ApplicationDispatcher.java
@@ -336,7 +336,7 @@ final class ApplicationDispatcher implements AsyncDispatcher, RequestDispatcher
         State state = new State(request, response, false);
 
         if (WRAP_SAME_OBJECT) {
-            // 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