From 198f1304cb2bdaaddac5c63d4ea99a07346d28b3 Mon Sep 17 00:00:00 2001
From: lcappelli <laura.cappelli@cnaf.infn.it>
Date: Mon, 12 Dec 2022 16:00:26 +0000
Subject: [PATCH] Try fixes in subrequest test (unsuccessfully)

---
 t/subrequest.t | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/t/subrequest.t b/t/subrequest.t
index dadc28c..5af7f31 100644
--- a/t/subrequest.t
+++ b/t/subrequest.t
@@ -1,4 +1,3 @@
-
 use Test::Nginx::Socket 'no_plan';
 
 run_tests();
@@ -24,11 +23,16 @@ __DATA__
             auth_request /authz;
 
             default_type text/plain;
+            # auth_request_set $pippo $some_var;
+            # echo $http_pluto;
             echo $some_var;
+            # echo $pippo;
+            # return 200 "$pippo\n";
         }
         location = /authz {
             internal;
             set $some_var $voms_user;
+            proxy_set_header pluto $voms_user;
             return 200;
         }
     }
-- 
GitLab