This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 55a73c1 Add RFC references.
55a73c1 is described below
commit 55a73c1ddbdf7a4864ab9bc0a612e11aeb5d8776
Author: Christopher Schultz <[email protected]>
AuthorDate: Thu Nov 21 11:17:54 2019 -0500
Add RFC references.
---
java/org/apache/catalina/servlets/WebdavServlet.java | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/servlets/WebdavServlet.java
b/java/org/apache/catalina/servlets/WebdavServlet.java
index ebe86f2..e4c19cb 100644
--- a/java/org/apache/catalina/servlets/WebdavServlet.java
+++ b/java/org/apache/catalina/servlets/WebdavServlet.java
@@ -68,7 +68,10 @@ import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
/**
- * Servlet which adds support for WebDAV level 2. All the basic HTTP requests
+ * Servlet which adds support for
+ * <a href="https://tools.ietf.org/html/rfc4918">WebDAV</a>
+ * <a href="https://tools.ietf.org/html/rfc4918#section-18">level 2</a>.
+ * All the basic HTTP requests
* are handled by the DefaultServlet. The WebDAVServlet must not be used as the
* default servlet (ie mapped to '/') as it will not work in this
configuration.
* <p>
@@ -127,6 +130,8 @@ import org.xml.sax.SAXException;
* http://host:port/context/webdavedit/content
*
* @author Remy Maucherat
+ *
+ * @see https://tools.ietf.org/html/rfc4918
*/
public class WebdavServlet extends DefaultServlet {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]