changeset 355:9b401e49a8e3

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Aug 2019 10:24:55 +0200
parents ec6b362b90b2 (current diff) 351db3241ea6 (diff)
children df5c69b5c9c3
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Aug 26 10:24:38 2019 +0200
+++ b/NEWS	Mon Aug 26 10:24:55 2019 +0200
@@ -2,6 +2,7 @@
 ===============================
 
 * Support of "window", "viewport" and "quality" parameters in "Retrieve Rendered Transaction"
+* Fix handling of the "Forwarded" HTTP header
 * Added explicit "Accept" header to avoid uncompressing DICOM files by Google cloud
   https://groups.google.com/d/msg/orthanc-users/w1Ekrsc6-U8/T2a_DoQ5CwAJ
 
--- a/Plugin/Configuration.cpp	Mon Aug 26 10:24:38 2019 +0200
+++ b/Plugin/Configuration.cpp	Mon Aug 26 10:24:55 2019 +0200
@@ -439,7 +439,7 @@
         if (boost::iequals(it->first, name))
         {
           value = it->second;
-          return false;
+          return true;
         }
       }