Description: Fix crash if bad credentials in HTTP requests
Author: Sebastien Jodogne <s.jodogne@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: Orthanc-0.8.4/Core/HttpServer/MongooseServer.cpp
===================================================================
--- Orthanc-0.8.4.orig/Core/HttpServer/MongooseServer.cpp	2014-09-19 10:46:51.000000000 +0200
+++ Orthanc-0.8.4/Core/HttpServer/MongooseServer.cpp	2014-10-28 09:41:15.135265459 +0100
@@ -428,7 +428,6 @@
 
     if (!granted)
     {
-      output.SendUnauthorized(ORTHANC_REALM);
       return false;
     }
     else
