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 d7554a832c Address an edge case. Reject CRCRLF as a line terminator. new a7697c9a2f Ensure HTTP/2 requests with connection specific headers are rejected. new d639a78ce5 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