This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from bcb0e5b Aligning o.a.c.servlets between 9.0.x and 8.5.x. No functional change. new 00a302f Align use of Allow header and HTTP 405 status code new 8f9fdb0 Correct sub-section order 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 | 37 +++-- .../apache/catalina/servlets/WebdavServlet.java | 75 +++++----- .../catalina/servlets/ServletOptionsBaseTest.java | 161 +++++++++++++++++++++ .../servlets/TestDefaultServletOptions.java | 61 ++++++++ .../servlets/TestWebdavServletOptions.java | 62 ++++++++ .../apache/catalina/startup/SimpleHttpClient.java | 5 + .../apache/catalina/startup/TomcatBaseTest.java | 2 +- webapps/docs/changelog.xml | 30 +++- 8 files changed, 375 insertions(+), 58 deletions(-) create mode 100644 test/org/apache/catalina/servlets/ServletOptionsBaseTest.java create mode 100644 test/org/apache/catalina/servlets/TestDefaultServletOptions.java create mode 100644 test/org/apache/catalina/servlets/TestWebdavServletOptions.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org