This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 4d8e8d7969 BZ 69359: WebdavServlet duplicates getRelativePath() method
from super class with incorrect Javadoc
4d8e8d7969 is described below
commit 4d8e8d7969caa77916761c9aac6bb33850666563
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Oct 2 10:18:36 2024 +0200
BZ 69359: WebdavServlet duplicates getRelativePath() method from super
class with incorrect Javadoc
---
java/org/apache/catalina/servlets/WebdavServlet.java | 5 -----
webapps/docs/changelog.xml | 5 +++++
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/java/org/apache/catalina/servlets/WebdavServlet.java
b/java/org/apache/catalina/servlets/WebdavServlet.java
index 09493fd879..7845f37ec4 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -408,11 +408,6 @@ public class WebdavServlet extends DefaultServlet
implements PeriodicEventListen
*
* @param request The servlet request we are processing
*/
- @Override
- protected String getRelativePath(HttpServletRequest request) {
- return getRelativePath(request, false);
- }
-
@Override
protected String getRelativePath(HttpServletRequest request, boolean
allowEmptyPath) {
String pathInfo;
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index cdec618a5d..e2df458303 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -142,6 +142,11 @@
Avoid store config backup loss when storing one configuration more than
once per second. (remm)
</fix>
+ <fix>
+ <bug>69359</bug>: <code>WebdavServlet</code> duplicates
+ <code>getRelativePath()</code> method from super class with
+ incorrect Javadoc. (michaelo)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]