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

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


    from 3e7a64756f Code clean-up - formatting. No fucntional change.
     new a627da2b9b Remove WebDAV lock null support for compliance with RFC 4918
     new 9d659880a4 Add extension points to support dead properties
     new e4c4d75176 Rewrite implementation of WebDAV shared locks
     new a87b2f9c62 Implement WebDAV If header processing
     new 28191056ac Fix javadoc
     new 481662af0d Refine the dead properties handling
     new a11fee4e68 Improve lock test coverage a bit more
     new 46677e0c06 Fix directory listings
     new 52b21c5922 Fix missing Javadoc
     new 72fb358e95 Add missing @Override
     new f9cfba72fb Remove unnecessary type specifications
     new c43d873be3 Add additional test. lock may be null here
     new bbd1ba6c82 Fix unboxing warnings
     new fc7f17c0b0 Remove unnecessary code. lock cannot be null here
     new 492eb8b732 Code clean-up - formatting. No functional change.
     new 185850f786 Avoid writing namespace prefix
     new 608039b3fd Add a bit more of XML validation
     new d96d2d0531 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