This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 50a9b73 Update references 50a9b73 is described below commit 50a9b734c656c4688b740832fbcc1f3d721d9406 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 47f191f..58ed43b 100644 --- a/java/org/apache/catalina/core/ApplicationDispatcher.java +++ b/java/org/apache/catalina/core/ApplicationDispatcher.java @@ -333,7 +333,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org