This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a666c70 Replace "".equals(a) with a.isEmpty() new 831f685 Don't send an HTTP/2 ping when the connection is known to be closing new 8d9ea69 Use UPGRADED to ensure timeouts are processed new 3405dec Add SameSite=strict to Manager and Host Manager cookies The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/coyote/AbstractProtocol.java | 2 +- .../org/apache/coyote/http2/Http2UpgradeHandler.java | 13 +++++++++++-- webapps/docs/changelog.xml | 20 ++++++++++++++++++++ webapps/host-manager/META-INF/context.xml | 2 ++ webapps/manager/META-INF/context.xml | 2 ++ 5 files changed, 36 insertions(+), 3 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org