Mercurial > hg > orthanc
changeset 5457:312e866e2550
clarified startup message
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 08 Dec 2023 10:15:09 +0100 |
parents | b750777c36a2 |
children | d7c9c85d78dc |
files | OrthancServer/Sources/main.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp Wed Dec 06 14:19:59 2023 +0100 +++ b/OrthancServer/Sources/main.cpp Fri Dec 08 10:15:09 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))