Re: [tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-15 Thread Mark Thomas
On 15/03/2023 02:35, Han Li wrote: On Mar 15, 2023, at 01:45, ma...@apache.org wrote: +boolean session = false; +if (algorithm.endsWith("-sess")) { +algorithm = algorithm.substring(0, algorithm.length() - 5); +} I guess here maybe a bug that ‘session’

Re: [tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-14 Thread Han Li
> On Mar 15, 2023, at 01:45, ma...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > markt 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

Re: [tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-14 Thread Christopher Schultz
Mark, On 3/14/23 13:47, Mark Thomas wrote: On 14/03/2023 17:45, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to

Re: [tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-14 Thread Mark Thomas
On 14/03/2023 17:45, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt 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 55ad7

[tomcat] branch main updated: Support RFC 7616. Add support for multiple algorithms.

2023-03-14 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt 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 55ad7dbe19 Support RFC 7616. Add support for multiple