You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/11/11 11:16:14 UTC

svn commit: r1033868 - /tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

Author: markt
Date: Thu Nov 11 10:16:13 2010
New Revision: 1033868

URL: http://svn.apache.org/viewvc?rev=1033868&view=rev
Log:
Typo / line-length

Modified:
    tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java

Modified: tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java?rev=1033868&r1=1033867&r2=1033868&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java (original)
+++ tomcat/trunk/java/org/apache/catalina/filters/WebdavFixFilter.java Thu Nov 11 10:16:13 2010
@@ -33,8 +33,9 @@ import javax.servlet.http.HttpServletRes
  * a WebDAV client that actually works. Other workarounds that might help
  * include:
  * <ul>
- *   <li>Specifying the port, even if it is port 80, when trying to connect.</li>
- *   <li>Canceling the first authentication dialog box and then trying to
+ *   <li>Specifying the port, even if it is port 80, when trying to
+ *       connect.</li>
+ *   <li>Cancelling the first authentication dialog box and then trying to
  *       reconnect.</li>
  * </ul>
  * 



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