summaryrefslogtreecommitdiff
path: root/external/libcmis/libcmis-libxml2_compatibility.patch
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2015-07-15 13:55:00 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-07-15 16:03:52 +0000
commit76772c8016f22eebaee94b190152461a5772405b (patch)
tree5c8c5e582749b198a8abab79fb5a46c093c027c2 /external/libcmis/libcmis-libxml2_compatibility.patch
parentfdd391f54e63f5aa4021c5e4156bd29d183b316a (diff)
cmis: allow http authentication even when password is empty
Test environment for CMIS server using Apache Chemistry and by default it has just username without password for authentication. But libcmis uses authentication only if both username and password are given. Corresponding patch is already applied to libcmis master. Using default patch level 1 for libcmis patches, updated existing patches. Change-Id: Id77b59324002e47258b6315d7383496fa1e9c6ae Reviewed-on: https://gerrit.libreoffice.org/17070 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'external/libcmis/libcmis-libxml2_compatibility.patch')
-rw-r--r--external/libcmis/libcmis-libxml2_compatibility.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/libcmis/libcmis-libxml2_compatibility.patch b/external/libcmis/libcmis-libxml2_compatibility.patch
index aeb492b25753..6c4525eeece9 100644
--- a/external/libcmis/libcmis-libxml2_compatibility.patch
+++ b/external/libcmis/libcmis-libxml2_compatibility.patch
@@ -1,6 +1,6 @@
# -*- Mode: Diff -*-
---- src/libcmis/oauth2-providers.cxx
-+++ src/libcmis/oauth2-providers.cxx
+--- a/src/libcmis/oauth2-providers.cxx
++++ b/src/libcmis/oauth2-providers.cxx
@@ -34,6 +34,10 @@
using namespace std;