diff OrthancServer/Sources/main.cpp @ 5459:46ed738c3e5d pg-transactions

merge default -> pg-transactions
author Alain Mazy <am@osimis.io>
date Fri, 08 Dec 2023 10:27:24 +0100
parents 176bc05f85f4 312e866e2550
children 38f1d06875ad
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Fri Dec 08 09:18:44 2023 +0100
+++ b/OrthancServer/Sources/main.cpp	Fri Dec 08 10:27:24 2023 +0100
@@ -1182,7 +1182,7 @@
       else
       {
         context.SetRestApiWriteToFileSystemEnabled(false);
-        LOG(WARNING) << "REST API cannot write to the file system.";
+        LOG(WARNING) << "REST API cannot write to the file system bacause the \"RestApiWriteToFileSystemEnabled\" configuration is set to false.  The URI /instances/../export is disabled.  This is the most secure configuration.";
       }
 
       if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))