comparison OrthancServer/Sources/main.cpp @ 5659:a6f121707dfe

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Jun 2024 21:53:16 +0200
parents b1a18218860c
children 56352ae88120
comparison
equal deleted inserted replaced
5658:4b7bc21db336 5659:a6f121707dfe
1185 << "Your setup is POSSIBLY INSECURE <===="; 1185 << "Your setup is POSSIBLY INSECURE <====";
1186 } 1186 }
1187 else 1187 else
1188 { 1188 {
1189 context.SetRestApiWriteToFileSystemEnabled(false); 1189 context.SetRestApiWriteToFileSystemEnabled(false);
1190 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."; 1190 LOG(WARNING) << "REST API cannot write to the file system because the \"RestApiWriteToFileSystemEnabled\" configuration is set to false. The URI /instances/../export is disabled. This is the most secure configuration.";
1191 } 1191 }
1192 1192
1193 if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true)) 1193 if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))
1194 { 1194 {
1195 const bool allowDelete = lock.GetConfiguration().GetBooleanParameter("WebDavDeleteAllowed", false); 1195 const bool allowDelete = lock.GetConfiguration().GetBooleanParameter("WebDavDeleteAllowed", false);