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

remm pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from a93e2db13d Code clean-up - formatting. No functional change.
     new ccde0bedc9 Remove WebDAV lock null support for compliance with RFC 4918
     new 5493e671e9 Add extension points to support dead properties
     new 1742272a6f Rewrite implementation of WebDAV shared locks
     new 45f623292c Implement WebDAV If header processing
     new cb637b618a Fix javadoc
     new 01ab54ef31 Refine the dead properties handling
     new a1b9ad8237 Improve lock test coverage a bit more
     new 000da96971 Fix directory listings
     new 931439cc67 Fix missing Javadoc
     new 710be01049 Add missing @Override
     new 8169911d45 Remove unnecessary type specifications
     new 57b1f5334a Add additional test. lock may be null here
     new 64e48faa9b Fix unboxing warnings
     new 8cf4af089c Remove unnecessary code. lock cannot be null here
     new d8a786e8f9 Code clean-up - formatting. No functional change.
     new 54d88d80b0 Avoid writing namespace prefix
     new 9eecdbc422 Add a bit more of XML validation
     new 27df55821a Fix changelog

The 18 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:
 .../servlets/TransientPropertiesWebdavServlet.java |  186 +++
 .../apache/catalina/servlets/WebdavServlet.java    | 1405 +++++++++++++-------
 java/org/apache/catalina/util/DOMWriter.java       |   12 +-
 java/org/apache/catalina/util/XMLWriter.java       |   22 +
 .../tomcat/util/http/LocalStrings.properties       |    3 +
 .../apache/tomcat/util/http/WebdavIfHeader.java    |  946 +++++++++++++
 .../catalina/servlets/TestWebdavServlet.java       |  512 ++++++-
 webapps/docs/changelog.xml                         |   24 +
 8 files changed, 2593 insertions(+), 517 deletions(-)
 create mode 100644 
java/org/apache/catalina/servlets/TransientPropertiesWebdavServlet.java
 create mode 100644 java/org/apache/tomcat/util/http/WebdavIfHeader.java


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

Reply via email to