This is an automated email from the ASF dual-hosted git repository.
remm pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from df2f6a1f54 Code clean-up - formatting. No functional change.
new 09a8845bfb Remove WebDAV lock null support for compliance with RFC 4918
new 257cf6185d Add extension points to support dead properties
new 5d9e6aa71f Rewrite implementation of WebDAV shared locks
new 8323639fd8 Implement WebDAV If header processing
new efd6e7d616 Fix javadoc
new b19617838e Refine the dead properties handling
new b100925b10 Improve lock test coverage a bit more
new 39cb18f1ec Fix directory listings
new c12333007b Fix missing Javadoc
new 07a9eeb98e Add missing @Override
new 4976520690 Remove unnecessary type specifications
new b5a6f0405d Add additional test. lock may be null here
new 564f9f15a9 Fix unboxing warnings
new 3c7aea3a55 Remove unnecessary code. lock cannot be null here
new 01c57ee0f7 Code clean-up - formatting. No functional change.
new c2ea0fe876 Avoid writing namespace prefix
new e88fa7c068 Add a bit more of XML validation
new 77c10f2ce0 Fix changelog
new 614f263ab4 jakarta -> javax
The 19 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: [email protected]
For additional commands, e-mail: [email protected]