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 d4f17e770a Fix BZ 66370 Change default for 
GET_CLASSLOADER_USE_PRIVILEGED
     new 10a1a6d46d Refactor MessageBytes make conversions consistent with most 
recent set
     new 98b70be69a 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to