ooo-build r11663 - in branches/sled-10-ooo-build-2-3: . patches/src680



Author: jholesovsky
Date: Thu Feb 21 16:12:55 2008
New Revision: 11663
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11663&view=rev

Log:
2008-02-20  Jan Holesovsky  <kendy suse cz>

        * patches/src680/webdav-serve-https.diff,
          patches/src680/apply: Serve webdav https:// requests in the webdav
          UCP, not gnome-vfs one.


Added:
   branches/sled-10-ooo-build-2-3/patches/src680/webdav-serve-https.diff
Modified:
   branches/sled-10-ooo-build-2-3/ChangeLog
   branches/sled-10-ooo-build-2-3/patches/src680/apply

Modified: branches/sled-10-ooo-build-2-3/patches/src680/apply
==============================================================================
--- branches/sled-10-ooo-build-2-3/patches/src680/apply	(original)
+++ branches/sled-10-ooo-build-2-3/patches/src680/apply	Thu Feb 21 16:12:55 2008
@@ -194,6 +194,9 @@
 # Some icu tools can be in /usr/sbin
 buildfix-configure-system-icu.diff, i#81131, jholesov
 
+# Serve webdav https:// requests in the webdav UCP, not gnome-vfs one
+webdav-serve-https.diff, n#357048, jholesov
+
 [ CJK ]
 #set default CJK font fontsize as 10.5pt
 sw-default-cjk-fontsize.diff i#72010, jianhua

Added: branches/sled-10-ooo-build-2-3/patches/src680/webdav-serve-https.diff
==============================================================================
--- (empty file)
+++ branches/sled-10-ooo-build-2-3/patches/src680/webdav-serve-https.diff	Thu Feb 21 16:12:55 2008
@@ -0,0 +1,20 @@
+--- officecfg/registry/data/org/openoffice/ucb/Configuration.xcu	2008-02-21 17:03:32.000000000 +0100
++++ officecfg/registry/data/org/openoffice/ucb/Configuration.xcu	2008-02-21 17:03:25.000000000 +0100
+@@ -150,6 +150,17 @@
+                 <value/>
+               </prop>
+             </node>
++            <node oor:name="Provider12" oor:op="replace">
++              <prop oor:name="ServiceName">
++                <value>com.sun.star.ucb.WebDAVContentProvider</value>
++              </prop>
++              <prop oor:name="URLTemplate">
++                <value>https</value>
++              </prop>
++              <prop oor:name="Arguments">
++                <value/>
++              </prop>
++            </node>
+           </node>
+         </node>
+       </node>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]