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

lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 322fb2bb4e Add a changelog entry
322fb2bb4e is described below

commit 322fb2bb4e4a8413d4116c299cf8948632f94d65
Author: lihan <li...@apache.org>
AuthorDate: Fri Feb 10 09:58:21 2023 +0800

    Add a changelog entry
---
 java/org/apache/catalina/Globals.java | 2 +-
 webapps/docs/changelog.xml            | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/Globals.java 
b/java/org/apache/catalina/Globals.java
index a3e1462065..a5f1fed466 100644
--- a/java/org/apache/catalina/Globals.java
+++ b/java/org/apache/catalina/Globals.java
@@ -97,7 +97,7 @@ public final class Globals {
 
     /**
      * The request attribute that is set to the value of {@code Boolean.TRUE}
-     * if {@code org.apache.catalina.filters.RemoteIpFilter } determines
+     * if {@link org.apache.catalina.filters.RemoteIpFilter} determines
      * that this request was submitted via a secure channel.
      */
     public static final String REMOTE_IP_FILTER_SECURE = 
"org.apache.catalina.filters.RemoteIpFilter.secure";
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index dca43edfc0..e898d09c6f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -170,6 +170,11 @@
         external web server. Based on code and ideas from pull request
         <pr>506</pr> provided by Max Fortun. (remm)
       </add>
+      <fix>
+        <bug>66471</bug>: Fix JSessionId secure attribute missing When
+        <code>RemoteIpFilter</code> determines that this request was submitted
+        via a secure channel. (lihan)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">


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

Reply via email to