This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new a1585d0fa7 Fix changelog a1585d0fa7 is described below commit a1585d0fa755342a9f42a632fc7e48a2990a51c5 Author: remm <r...@apache.org> AuthorDate: Tue Oct 22 12:13:34 2024 +0200 Fix changelog --- webapps/docs/changelog.xml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b869ae9d30..59671bff7b 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -126,19 +126,6 @@ Remove default value (was <code>catalina</code>) for the <code>secret</code> init parameter of the WebDAV Servlet. (remm) </update> - <update> - Remove WebDAV lock null support in accordance with RFC 4918 section 7.3 - and annex D. Instead a lock on a non existing resource will create an - empty file locked with a regular lock. (remm) - </update> - <update> - Rewrite implementation of WebDAV shared locks to comply with RFC 4918. - (remm) - </update> - <update> - Implement WebDAV <code>If</code> header using code from the Apache - Jackrabbit project. (remm) - </update> <!-- Entries for backport and removal before 12.0.0-M1 below this line --> <update> <bug>69374</bug>: Properly separate between table header and body @@ -188,10 +175,24 @@ WebDAV Delete should remove any existing lock on successfully deleted resources. (remm) </fix> + <update> + Remove WebDAV lock null support in accordance with RFC 4918 section 7.3 + and annex D. Instead a lock on a non existing resource will create an + empty file locked with a regular lock. (remm) + </update> + <update> + Rewrite implementation of WebDAV shared locks to comply with RFC 4918. + (remm) + </update> + <update> + Implement WebDAV <code>If</code> header using code from the Apache + Jackrabbit project. (remm) + </update> <update> Add base WebDAV <code>PROPPATCH</code> implementation, to be extended - by overriding the <code>proppatchResource</code> and - <code>propfindResource</code> methods of the WebDAV Servlet to + by overriding the <code>proppatchResource</code>, + <code>propfindResource</code>, <code>copyResource</code> and + <code>deleteResource</code> methods of the WebDAV Servlet to provide the desired level of support for dead properties. (remm) </update> </changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org