This is an automated email from the ASF dual-hosted git repository. markt 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 02e35e1eac Add a change log entry 02e35e1eac is described below commit 02e35e1eac8ca7bee24d70be934d8c1dade2f9ea Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 21 09:01:12 2025 +0000 Add a change log entry --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0e5a1e60d5..916a76d958 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -177,6 +177,12 @@ <code>true</code>, ensure that the destination for any requested WebDAV operation is also restricted to the sub-path. (markt) </fix> + <fix> + Generate an appropriate <code>Allow</code> HTTP header when the Default + servlet returns a 405 (method not allowed) response in response to a + <code>DELETE</code> request because the target resource cannot be + deleted. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org