On 15/03/2023 02:35, Han Li wrote:
On Mar 15, 2023, at 01:45, ma...@apache.org wrote:

<snip/>


+        boolean session = false;
+        if (algorithm.endsWith("-sess")) {
+            algorithm = algorithm.substring(0, algorithm.length() - 5);
+        }

I guess here maybe a bug that ‘session’ not assigned correct value, right?

Han

Correct. Well-spotted. I'll get that fixed.

Mark

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

Reply via email to