mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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",
|
"name" : "MySQL Authentication",
|
||||||
"namespace" : "guac-mysql",
|
"namespace" : "guac-mysql",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "0.9.8",
|
"guacamoleVersion" : "0.9.9",
|
||||||
|
|
||||||
"name" : "PostgreSQL Authentication",
|
"name" : "PostgreSQL Authentication",
|
||||||
"namespace" : "guac-postgresql",
|
"namespace" : "guac-postgresql",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "0.9.8",
|
"guacamoleVersion" : "0.9.9",
|
||||||
|
|
||||||
"name" : "LDAP Authentication",
|
"name" : "LDAP Authentication",
|
||||||
"namespace" : "guac-ldap",
|
"namespace" : "guac-ldap",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"guacamoleVersion" : "0.9.8",
|
"guacamoleVersion" : "0.9.9",
|
||||||
|
|
||||||
"name" : "Disabled Authentication",
|
"name" : "Disabled Authentication",
|
||||||
"namespace" : "guac-noauth",
|
"namespace" : "guac-noauth",
|
||||||
|
@@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule {
|
|||||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||||
Collections.unmodifiableList(Arrays.asList(
|
Collections.unmodifiableList(Arrays.asList(
|
||||||
"*",
|
"*",
|
||||||
"0.9.8"
|
"0.9.9"
|
||||||
));
|
));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user