Skip to content
Snippets Groups Projects
Commit 6fb3083d authored by Florent Thiery's avatar Florent Thiery
Browse files

fix wowza security, refs #20618

parent 4fcef15d
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,12 @@ ...@@ -243,7 +243,12 @@
<Name>ModuleCoreSecurity</Name> <Name>ModuleCoreSecurity</Name>
<Description>Core Security Module for Applications</Description> <Description>Core Security Module for Applications</Description>
<Class>com.wowza.wms.security.ModuleCoreSecurity</Class> <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> </Modules>
<!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections --> <!-- Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
<Properties> <Properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment