From fb3451283309e73c10f0c128c42cb58930649129 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 13 May 2019 18:26:01 -0700 Subject: [PATCH] GUACAMOLE-422: Use TIMEZONE rather than TEXT fields for RDP/SSH "timezone" parameter. It has been confirmed that the TIMEZONE field does indeed represent IANA time zone database IDs, as required by the "timezone" parameter. --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 2 +- .../src/main/resources/org/apache/guacamole/protocols/ssh.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 11a4d080f..bebc27e2c 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -108,7 +108,7 @@ }, { "name" : "timezone", - "type" : "TEXT" + "type" : "TIMEZONE" }, { "name" : "console", diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json index a25e26628..c38da3375 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json @@ -80,7 +80,7 @@ }, { "name" : "timezone", - "type" : "TEXT" + "type" : "TIMEZONE" }, { "name" : "server-alive-interval",