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 0c7bee5615 The default servlet now rejects HTTP overlapping range requests new 2a881a2ee9 Partial put - enhance content range verification (#778) new a3982f3397 Remove TODOs and add comment on Ranges vs Range The 2 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/servlets/DefaultServlet.java | 16 +++++-------- .../tomcat/util/http/parser/ContentRange.java | 26 ++++++++++++++++++++-- .../catalina/servlets/TestDefaultServletPut.java | 4 ++++ webapps/docs/changelog.xml | 5 +++++ 4 files changed, 38 insertions(+), 13 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org