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 2022/08/24 10:53:12 UTC

[tomcat] branch 8.5.x updated: Optimize comment

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 ec43c90d92 Optimize comment
ec43c90d92 is described below

commit ec43c90d9277c14f27718a1877d2834cb7310214
Author: Poison <ti...@gmail.com>
AuthorDate: Thu Aug 18 14:07:26 2022 +0800

    Optimize comment
    
    HTTP2 also supports relative redirects.
---
 java/org/apache/catalina/connector/Response.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/Response.java b/java/org/apache/catalina/connector/Response.java
index b38667061b..67dc666fdc 100644
--- a/java/org/apache/catalina/connector/Response.java
+++ b/java/org/apache/catalina/connector/Response.java
@@ -1363,7 +1363,7 @@ public class Response implements HttpServletResponse {
             // In this case, the default Tomcat values are assumed, but without
             // reference to org.apache.catalina.STRICT_SERVLET_COMPLIANCE.
             String locationUri;
-            // Relative redirects require HTTP/1.1
+            // Relative redirects require HTTP/1.1 or later
             if (getRequest().getCoyoteRequest().getSupportsRelativeRedirects() &&
                     (context == null || context.getUseRelativeRedirects())) {
                 locationUri = location;


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