From 0bec78a25d7fc962c062c1b854ec0b41cfb0f1c5 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 20 Sep 2017 12:27:18 +0200 Subject: [PATCH] Fix the gcube-app.xml exclusion list. It changed with the latest smartgears release. --- smartgears/gcubeapp-setup/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/gcubeapp-setup/defaults/main.yml b/smartgears/gcubeapp-setup/defaults/main.yml index 503c22fd..562f4d63 100644 --- a/smartgears/gcubeapp-setup/defaults/main.yml +++ b/smartgears/gcubeapp-setup/defaults/main.yml @@ -2,5 +2,5 @@ gcubeapp_setup: False gcubehandlers_setup: False #gcubeapp_webapps: -# - { webapp_context: '', webapp_name: '', version: '', webapp_group: '', description: '', exclude_handlers: [ '' ], gcubehandlers_requests: [ 'authentication-filter' ] } +# - { webapp_context: '', webapp_name: '', version: '', webapp_group: '', description: '', exclude_handlers: [ ">/*" ], gcubehandlers_requests: [ 'authentication-filter' ] }