This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 34d19fb Correct calculation of payload length when using 4 or more bytes new b517002 Correct calculation of payload length when using 4 or more bytes new 4c04982 Fix BZ 64563 - additional payload length validation The 2 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/catalina/util/Conversions.java | 2 +- java/org/apache/catalina/websocket/LocalStrings.properties | 1 + java/org/apache/catalina/websocket/WsFrame.java | 6 ++++++ test/org/apache/catalina/util/TestConversions.java | 12 ++++++++---- 4 files changed, 16 insertions(+), 5 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org