On 24/05/2024 14:28, r...@apache.org wrote:
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 51e8165b8f Fix javadoc
51e8165b8f is described below

commit 51e8165b8feb1e9e0165e08ad103f00ba21a7e96
Author: remm <r...@apache.org>
AuthorDate: Fri May 24 15:27:39 2024 +0200

     Fix javadoc

Tx.

Mark

---
  java/org/apache/catalina/servlets/WebdavServlet.java | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/servlets/WebdavServlet.java 
b/java/org/apache/catalina/servlets/WebdavServlet.java
index bff746db1e..60076f8b27 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -134,7 +134,7 @@ import org.xml.sax.SAXException;
   * <p>
   * There are some known limitations of this Servlet due to it not 
implementing the PROPPATCH method. Details of these
   * limitations and progress towards addressing them are being tracked under
- * <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69046>bug 
69046</a>.</p>
+ * <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=69046";>bug 
69046</a>.
   * </p>
   *
   * @see <a href="https://tools.ietf.org/html/rfc4918";>RFC 4918</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to