Index: FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/LocalConnector.java
===================================================================
--- FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/LocalConnector.java	(revision 2742)
+++ FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/impl/LocalConnector.java	(revision 2743)
@@ -27,5 +27,16 @@
  * least amount of variables to work with the direct local filesystem.<br />
  * You may call this implementation and identity implementation:
- * <code>f(x)=x</code>.
+ * <code>f(x)=x</code>.<br />
+ * <br />
+ * This maybe interesting for those who
+ * <ul>
+ * <li>serve userfiles from a static context of a servlet container/application
+ * server,</li>
+ * <li>serve userfiles from virtual servers with Apache HTTPd on different
+ * domains, e.g. <code>http://userfiles.mydomain.com</code>, or</li>
+ * <li>serve userfiles on a per-user basis, e.g. uploading to
+ * <code>/home/$USERNAME/public_html/fckeditor</code> and an Apache HTTPd serves
+ * as <code>/~$USERNAME/fckeditor</code>.</li>
+ * </ul>
  * 
  * @version $Id$
