mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*").
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.8",
|
||||
"guacamoleVersion" : "0.9.9",
|
||||
|
||||
"name" : "MySQL Authentication",
|
||||
"namespace" : "guac-mysql",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.8",
|
||||
"guacamoleVersion" : "0.9.9",
|
||||
|
||||
"name" : "PostgreSQL Authentication",
|
||||
"namespace" : "guac-postgresql",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.8",
|
||||
"guacamoleVersion" : "0.9.9",
|
||||
|
||||
"name" : "LDAP Authentication",
|
||||
"namespace" : "guac-ldap",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
"guacamoleVersion" : "0.9.8",
|
||||
"guacamoleVersion" : "0.9.9",
|
||||
|
||||
"name" : "Disabled Authentication",
|
||||
"namespace" : "guac-noauth",
|
||||
|
@@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule {
|
||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
"*",
|
||||
"0.9.8"
|
||||
"0.9.9"
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user