This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 241148f Add debug logging for session ID change new 00caf02 Align with 8.5.x. Clean-up. Back-port Javadoc and whitespace new da06a27 Remove unused key new 5dbd16a Align with 8.5.x. Clean-up. Javadoc and whitespace. new d582d86 Align with 8.5.x. Backport LockInfo.maxDepth changes new aed9453 Align use of Allow header and HTTP 405 status code 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: .../apache/catalina/servlets/DefaultServlet.java | 306 +++++++++++---------- .../catalina/servlets/LocalStrings.properties | 1 - .../apache/catalina/servlets/WebdavServlet.java | 259 ++++++++--------- .../catalina/servlets/ServletOptionsBaseTest.java | 161 +++++++++++ .../servlets/TestDefaultServletOptions.java | 61 ++++ .../servlets/TestWebdavServletOptions.java | 62 +++++ .../apache/catalina/startup/SimpleHttpClient.java | 39 ++- webapps/docs/changelog.xml | 12 + 8 files changed, 616 insertions(+), 285 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