changeset 3425:2f6dcb9c8cc1

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jun 2019 15:21:19 +0200
parents 07c3b6044e9d
children 00737cd21f40
files Core/HttpServer/HttpOutput.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/HttpServer/HttpOutput.cpp	Fri Jun 14 10:11:52 2019 +0200
+++ b/Core/HttpServer/HttpOutput.cpp	Fri Jun 14 15:21:19 2019 +0200
@@ -306,7 +306,7 @@
 			      size_t messageSize)
   {
     if (status == HttpStatus_301_MovedPermanently ||
-        status == HttpStatus_401_Unauthorized ||
+        //status == HttpStatus_401_Unauthorized ||
         status == HttpStatus_405_MethodNotAllowed)
     {
       throw OrthancException(ErrorCode_ParameterOutOfRange,