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 c1664157ce Remove redundant override javadoc
     new 43622a0748 Add a method to filter the parsed headers.
     new 3443bffb40 Add a common header parser for headers and trailers
     new cbed8e1836 Refactor chunked input filter to use common HTTP 
header/trailer parser
     new b25db176fb Additional tests for non-blocking chunked reads

The 4 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 |   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     | 172 +++++-
 9 files changed, 1245 insertions(+), 379 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