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 057158231c Fix BZ 66370 Change default for
GET_CLASSLOADER_USE_PRIVILEGED
new 8e40ef3ae8 Refactor MessageBytes make conversions consistent with most
recent set
new a419fff2f3 Fix BZ 66196 - Log and drop invalid HTTP/1.1 response
headers
new 8268578e73 Update tests for Java 7
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/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 | 295 +++++++++++++++++++++
webapps/docs/changelog.xml | 5 +
11 files changed, 570 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]