Index: /FCKeditor.Java/trunk/src/site/fml/faq.fml
===================================================================
--- /FCKeditor.Java/trunk/src/site/fml/faq.fml	(revision 2666)
+++ /FCKeditor.Java/trunk/src/site/fml/faq.fml	(revision 2666)
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<faqs title="Frequently Asked Questions" toplink="false">
+
+  <part id="general">
+    <title>General</title>
+   
+    <faq id="context-fullurl">
+      <question>
+        How do I supply a full URL if the <code>ContextPathBuilder</code> prepends the context path?
+      </question>
+      <answer>
+        The <code>ContextPathBuilder</code> does <strong>not</strong> support this
+        for a good reason. A context is a dynamic entity which is bound to an
+        arbitrary server. So you can't guarantee were your context is running 
+        in a distributed environment. If you still need the full URL, extend the
+        <code>ContextPathBuilder</code> and override the <code>getUserFilesPath</code>
+        method and return the full URL.  
+      </answer>
+    </faq>
+
+  </part>
+  
+</faqs>
Index: /FCKeditor.Java/trunk/src/site/site.xml
===================================================================
--- /FCKeditor.Java/trunk/src/site/site.xml	(revision 2665)
+++ /FCKeditor.Java/trunk/src/site/site.xml	(revision 2666)
@@ -23,4 +23,5 @@
 			<item name="Download" href="/download.html" />
 			<item name="Installation" href="/installation.html" />
+			<item name="FAQ" href="/faq.html" />
 		</menu>
 		<menu name="Integration">
