From 6fb3083d2ca99291b1a802cd2f540990793292a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu> Date: Mon, 27 Feb 2017 19:44:07 +0100 Subject: [PATCH] fix wowza security, refs #20618 --- 2.Common_services/4.Wowza/live-application.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/2.Common_services/4.Wowza/live-application.xml b/2.Common_services/4.Wowza/live-application.xml index bc928092..67c2bfe2 100644 --- a/2.Common_services/4.Wowza/live-application.xml +++ b/2.Common_services/4.Wowza/live-application.xml @@ -243,7 +243,12 @@ <Name>ModuleCoreSecurity</Name> <Description>Core Security Module for Applications</Description> <Class>com.wowza.wms.security.ModuleCoreSecurity</Class> - </Module> + </Module> + <Module> + <Name>ModuleSecureURLParams</Name> + <Description>ModuleSecureURLParams</Description> + <Class>com.wowza.wms.security.ModuleSecureURLParams</Class> + </Module> </Modules> <!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections --> <Properties> -- GitLab