mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Add missing handlers for default protocol/parameter.
This commit is contained in:
@@ -467,11 +467,15 @@ public class BasicFileAuthenticationProvider implements AuthenticationProvider {
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
|
|
||||||
case PROTOCOL:
|
case PROTOCOL:
|
||||||
|
case DEFAULT_CONNECTION_PROTOCOL:
|
||||||
|
|
||||||
current.getConfiguration(currentConnection)
|
current.getConfiguration(currentConnection)
|
||||||
.setProtocol(str);
|
.setProtocol(str);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case PARAMETER:
|
case PARAMETER:
|
||||||
|
case DEFAULT_CONNECTION_PARAMETER:
|
||||||
|
|
||||||
current.getConfiguration(currentConnection)
|
current.getConfiguration(currentConnection)
|
||||||
.setParameter(currentParameter, str);
|
.setParameter(currentParameter, str);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user