This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from 4e92dc6044 Remove redundant override javadoc
     new a13938a854 Add a method to filter the parsed headers.
     new a5a7c11250 Add a common header parser for headers and trailers
     new 92e3c7a7ad Refactor chunked input filter to use common HTTP 
header/trailer parser
     new 24a1932b51 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     | 176 ++++++-
 webapps/docs/changelog.xml                         |   3 +
 10 files changed, 1252 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