This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from a054f4f Refactor tests to reduce running time when using multiple
threads
new aceb64d Use specialised exception for the case of ByteChunk overflow
new d09a296 Fix BZ 65726 - handle HTTP/1.1 upgrade with request body
new b6ace6f Avoid NPE (observed when running tests)
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/http11/Http11Processor.java | 118 +++++++++++++++------
.../upgrade/UpgradeApplicationBufferHandler.java} | 36 +++----
java/org/apache/coyote/http2/Stream.java | 2 +-
java/org/apache/tomcat/util/buf/ByteChunk.java | 17 ++-
.../apache/tomcat/util/buf/LocalStrings.properties | 2 +
.../tomcat/util/net/NioBlockingSelector.java | 3 +
test/org/apache/coyote/http2/Http2TestBase.java | 27 +++++
.../coyote/http2/TestHttp2UpgradeHandler.java | 80 ++++++++++++++
webapps/docs/changelog.xml | 5 +
webapps/docs/config/http.xml | 24 +++--
webapps/docs/security-howto.xml | 8 +-
11 files changed, 249 insertions(+), 73 deletions(-)
copy java/org/apache/{catalina/ha/ClusterMessageBase.java =>
coyote/http11/upgrade/UpgradeApplicationBufferHandler.java} (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]