[exo-jcr-commits] exo-jcr SVN: r3012 - jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/protocols.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 30 03:46:00 EDT 2010


Author: dkatayev
Date: 2010-08-30 03:46:00 -0400 (Mon, 30 Aug 2010)
New Revision: 3012

Modified:
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/protocols/webdav.xml
Log:
notes about possible problems with webdav on Windows 7 and Mac OS added to documentation

Modified: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/protocols/webdav.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/protocols/webdav.xml	2010-08-30 07:39:17 UTC (rev 3011)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/protocols/webdav.xml	2010-08-30 07:46:00 UTC (rev 3012)
@@ -350,4 +350,54 @@
       </tgroup>
     </table>
   </section>
+
+  <section>
+    <title>Restrictions</title>
+
+    <para>There are some restrictions for webdav in different Operating
+    systems.</para>
+
+    <section>
+      <title>Windows 7</title>
+
+      <para>When you try to setup a web folder by “adding a network location”
+      or “map a network drive” through My Computer, you can get an error
+      saying that either “The folder you entered does not appear to be valid.
+      Please choose another” or “Windows cannot access… Check the spelling of
+      the name. Otherwise, there might be…”. These errors appear whether I’m
+      using SSL or non-SSL.</para>
+
+      <para>To fix this follow such steps:</para>
+
+      <orderedlist>
+        <listitem>
+          <para>Go to Windows Registry Editor</para>
+        </listitem>
+
+        <listitem>
+          <para>Find a key:
+          \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\services\WebClient\Parameters\BasicAuthLevel
+          </para>
+        </listitem>
+
+        <listitem>
+          <para>Change the value to 2 </para>
+        </listitem>
+      </orderedlist>
+    </section>
+
+    <section>
+      <title>Mac OS 10.5.3 and higher </title>
+
+      <para>There is a known Finder bug started from Mac OS v.10.5.3 and not
+      yet fixed.</para>
+
+      <para>When you upload file to webdav server, the file will appear with 0
+      kb. size. </para>
+
+      <para>For more details follow: <ulink
+      url="http://discussions.apple.com/thread.jspa?threadID=1538882&amp;start=0&amp;tstart=0">Apple
+      Disscussion thread.</ulink></para>
+    </section>
+  </section>
 </chapter>



More information about the exo-jcr-commits mailing list