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 e4e1b76 Fix typos new 28bb01f Update test client to handle HTTP 0.9 requests and responses new 27a0c11 Fix BZ 64210. Correct parsing of CRLF across packet boundaries, new 8fbe755 Fix back-port 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: .../apache/coyote/http11/Http11InputBuffer.java | 72 +++++----- java/org/apache/coyote/http11/Http11Processor.java | 37 +++-- .../apache/catalina/startup/SimpleHttpClient.java | 38 +++-- .../coyote/http11/TestHttp11InputBuffer.java | 100 +++++++++++-- .../coyote/http11/TestHttp11InputBufferCRLF.java | 156 +++++++++++++++++++++ webapps/docs/changelog.xml | 17 ++- 6 files changed, 347 insertions(+), 73 deletions(-) create mode 100644 test/org/apache/coyote/http11/TestHttp11InputBufferCRLF.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org