This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new ac1cd1e Remove completed item and renumber ac1cd1e is described below commit ac1cd1ecee29075ccb017551a6a6eeeb98ec8dab Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jan 31 19:52:32 2020 +0000 Remove completed item and renumber --- TOMCAT-NEXT.txt | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt index e52ab6c..2ab0dad 100644 --- a/TOMCAT-NEXT.txt +++ b/TOMCAT-NEXT.txt @@ -38,29 +38,26 @@ New items for 10.0.0.x onwards: the ';' character (if any). Don't mutate the header if there is no charset parameter. See BZ 62912 for some discussion and additional references. - 4. Consider applying the delayed log file opening (until there is something to - log). See BZ 53620. - - 5. Consider including + 4. Consider including <request-character-encoding>UTF-8</request-character-encoding> in conf/web.xml - 6. Consider including + 5. Consider including <response-character-encoding>UTF-8</response-character-encoding> in conf/web.xml - 7. RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent + 6. RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent to the decoded form. Provide an option not to decode delimiters in %nn form. - 8. BZ 56966. Refactor internal request timing to use System.nanoTime() + 7. BZ 56966. Refactor internal request timing to use System.nanoTime() - 9. BZ 63286. Make behaviour of %D and %T consistent with httpd. + 8. BZ 63286. Make behaviour of %D and %T consistent with httpd. -10. Refactor DefaultServlet to use Ranges in parseRanges(). + 9. Refactor DefaultServlet to use Ranges in parseRanges(). -11. Consider disabling the AJP connector by default. +10. Consider disabling the AJP connector by default. -12. Share configuration between HTTP/1.1 and nested HTTP/2 rather than duplicating. +11. Share configuration between HTTP/1.1 and nested HTTP/2 rather than duplicating. Deferred until 10.0.x: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org