summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-02 14:27:38 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-07-04 11:54:35 +0200
commita62cfd41249386e32ec2b9aa0e20acffa5e0085f (patch)
treea8935bac199c463043c46cc13570ca980b9a49ba /fpicker
parent717a8e0f3be2e90929eb6d4604feb053b27155d7 (diff)
UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded them
Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/ServerDetailsControls.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/ServerDetailsControls.cxx b/fpicker/source/office/ServerDetailsControls.cxx
index dc31dc54db64..bcc9cd3451af 100644
--- a/fpicker/source/office/ServerDetailsControls.cxx
+++ b/fpicker/source/office/ServerDetailsControls.cxx
@@ -283,7 +283,7 @@ INetURLObject CmisDetailsContainer::getUrl( )
{
rtl::OUString sEncodedBinding = rtl::Uri::encode(
sBindingUrl + "#" + sRepo,
- rtl_UriCharClassUricNoSlash,
+ rtl_UriCharClassRelSegment,
rtl_UriEncodeKeepEscapes,
RTL_TEXTENCODING_UTF8 );
sUrl = "vnd.libreoffice.cmis+atom://" + sEncodedBinding;