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 4d23ff3142 Remove redundant override javadoc
     new b31efad192 Add a method to filter the parsed headers.
     new e87a432f88 Add a common header parser for headers and trailers
     new f75509c443 Refactor chunked input filter to use common HTTP 
header/trailer parser
     new 7e8fd4350e Additional tests for non-blocking chunked reads
     new fa0cb106e2 Fix disastrous cookie-logging patch.

The 5 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:
 .../catalina/valves/AbstractAccessLogValve.java    |   6 +-
 java/org/apache/coyote/http11/Http11Processor.java |   2 +-
 .../coyote/http11/filters/ChunkedInputFilter.java  | 576 ++++++++-------------
 java/org/apache/tomcat/util/http/MimeHeaders.java  |  16 +
 .../tomcat/util/http/parser/HttpHeaderParser.java  | 409 +++++++++++++++
 .../util/http/parser/LocalStrings.properties       |   3 +
 .../util/http/parser/LocalStrings_fr.properties    |   2 +
 .../util/http/parser/LocalStrings_ja.properties    |   2 +
 .../catalina/nonblocking/TestNonBlockingAPI.java   | 442 +++++++++++++++-
 .../http11/filters/TestChunkedInputFilter.java     | 176 ++++++-
 webapps/docs/changelog.xml                         |   3 +
 11 files changed, 1256 insertions(+), 381 deletions(-)
 create mode 100644 
java/org/apache/tomcat/util/http/parser/HttpHeaderParser.java


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to