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

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


    from 92585d3  If-Range must use exact match on dates (allowing for 
resolution)
     new bb497d6  Make partial PUT processing optional but still enabled by 
default
     new 873b25b  Remove unnecessary test
     new f9afd7a  Fix configuration of partial PUT
     new 3992dc4  Remove completed TODO
     new d1f5800  Improve parsing of Content-Range headers

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:
 conf/web.xml                                       |   5 +
 .../apache/catalina/servlets/DefaultServlet.java   |  72 ++++----
 .../tomcat/util/http/parser/ContentRange.java      | 108 ++++++++++++
 .../org/apache/tomcat/util/http/parser/Ranges.java |   2 +-
 .../catalina/servlets/TestDefaultServletPut.java   | 185 +++++++++++++++++++++
 .../servlets/TestDefaultServletRangeRequests.java  |   1 -
 .../apache/catalina/startup/SimpleHttpClient.java  |  10 ++
 webapps/docs/changelog.xml                         |   9 +
 webapps/docs/default-servlet.xml                   |   5 +
 9 files changed, 367 insertions(+), 30 deletions(-)
 create mode 100644 java/org/apache/tomcat/util/http/parser/ContentRange.java
 create mode 100644 test/org/apache/catalina/servlets/TestDefaultServletPut.java


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

Reply via email to