This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from d4f9127d4e Address an edge case. Reject CRCRLF as a line terminator. new 2b4cd68394 Ensure HTTP/2 requests with connection specific headers are rejected. new 5e9b3cd767 Improve fix for addressing the CRCRLF edge case 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/coyote/http11/Http11InputBuffer.java | 4 ++++ java/org/apache/coyote/http2/LocalStrings.properties | 2 +- java/org/apache/coyote/http2/LocalStrings_fr.properties | 2 +- java/org/apache/coyote/http2/LocalStrings_ja.properties | 2 +- java/org/apache/coyote/http2/LocalStrings_ko.properties | 2 +- java/org/apache/coyote/http2/LocalStrings_zh_CN.properties | 2 +- java/org/apache/coyote/http2/Stream.java | 14 ++++++++++++-- webapps/docs/changelog.xml | 4 ++++ 8 files changed, 25 insertions(+), 7 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org