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 64573401e9 Pull up duplicate check codes
new 990b41c89c Refactor MessageBytes make conversions consistent with most
recent set
new 94a50262c0 Fix BZ 66196 - Log and drop invalid HTTP/1.1 response
headers
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:
.../apache/catalina/core/ApplicationContext.java | 1 +
java/org/apache/catalina/mapper/Mapper.java | 1 +
.../catalina/valves/rewrite/RewriteValve.java | 18 +-
java/org/apache/coyote/http11/Http11Processor.java | 15 +-
.../apache/coyote/http11/LocalStrings.properties | 1 +
.../apache/tomcat/util/buf/LocalStrings.properties | 2 +
java/org/apache/tomcat/util/buf/MessageBytes.java | 147 ++++++++++-----
.../coyote/http11/TestHttp11OutputBuffer.java | 81 ++++++++
.../apache/tomcat/util/buf/TestMessageBytes.java | 67 +++++++
.../util/buf/TestMessageBytesConversion.java | 207 +++++++++++++++++++++
webapps/docs/changelog.xml | 5 +
11 files changed, 482 insertions(+), 63 deletions(-)
create mode 100644
test/org/apache/tomcat/util/buf/TestMessageBytesConversion.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]