GUAC-587: Allow extensions to be version-independent.

This commit is contained in:
Michael Jumper
2015-05-19 16:28:30 -07:00
parent 09d599c759
commit 1a0726724f

View File

@@ -63,6 +63,7 @@ public class ExtensionModule extends ServletModule {
*/
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
Collections.unmodifiableList(Arrays.asList(
"*",
"0.9.6"
));