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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 7596132693 Fix javadoc
7596132693 is described below

commit 759613269349b62706a8c994d753f2a213d845e5
Author: remm <r...@apache.org>
AuthorDate: Wed Mar 6 19:44:42 2024 +0100

    Fix javadoc
---
 java/org/apache/catalina/Context.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/Context.java 
b/java/org/apache/catalina/Context.java
index 2f66fb46c5..d91556cb25 100644
--- a/java/org/apache/catalina/Context.java
+++ b/java/org/apache/catalina/Context.java
@@ -1997,7 +1997,7 @@ public interface Context extends Container, ContextBind {
     /**
      * If this is <code>true</code>, then following a forward the response will
      * be unwrapped to suspend the Catalina response instead of simply closing
-     * the top level response. The default value is <code>true</code>.
+     * the top level response. The default value is <code>false</code>.
      * @return the flag value
      */
     boolean getSuspendWrappedResponseAfterForward();


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

Reply via email to