[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd-3-2' - wsd/LOOLWSD.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu Jul 19 11:45:21 UTC 2018


 wsd/LOOLWSD.cpp |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 7da0e286d0ff86ca083b7475be6ba0f6f41a5fe1
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Thu Jul 19 01:22:07 2018 -0400

    wsd: don't anonymize 'contents' URI
    
    Change-Id: Ia66729453a1f7db6105a0332de0f8bad3835f3f5
    Reviewed-on: https://gerrit.libreoffice.org/57707
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index f4d9c2235..18576188b 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -2859,6 +2859,9 @@ int LOOLWSD::innerMain()
         Log::logger().setLevel(LogLevel);
     }
 
+    // URI with /contents are public and we don't need to anonymize them.
+    Util::mapAnonymized("contents", "contents");
+
     // Start the server.
     srv.start(ClientPortNumber);
 


More information about the Libreoffice-commits mailing list