[arvados] updated: 2.6.0-377-gf75b35362

git repository hosting git at public.arvados.org
Fri Jul 21 17:15:26 UTC 2023


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/nginx/run | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  f75b353623f9ebfcd2721a2c2829734ee058d4e9 (commit)
      from  61cef3a8480fc9cda6198548290fcdcef2278315 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f75b353623f9ebfcd2721a2c2829734ee058d4e9
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jul 21 13:15:11 2023 -0400

    20688: Fix quoting issue
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/arvbox/lib/arvbox/docker/service/nginx/run b/tools/arvbox/lib/arvbox/docker/service/nginx/run
index 272a6040c..ec889e7dd 100755
--- a/tools/arvbox/lib/arvbox/docker/service/nginx/run
+++ b/tools/arvbox/lib/arvbox/docker/service/nginx/run
@@ -161,10 +161,10 @@ http {
     rewrite ^/groups/(.*) /group/$1 redirect;
 
     # Special file download redirects
-    if ($arg_disposition = attachment) {
+    if (\$arg_disposition = attachment) {
       rewrite ^/collections/([^/]*)/(.*) /?redirectToDownload=/c=$1/$2? redirect;
     }
-    if ($arg_disposition = inline) {
+    if (\$arg_disposition = inline) {
       rewrite ^/collections/([^/]*)/(.*) /?redirectToPreview=/c=$1/$2? redirect;
     }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list