mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
Ticket #263: Fixed issues from code review.
This commit is contained in:
@@ -33,12 +33,6 @@ import net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet;
|
|||||||
*/
|
*/
|
||||||
public class Move extends AuthenticatingHttpServlet {
|
public class Move extends AuthenticatingHttpServlet {
|
||||||
|
|
||||||
/**
|
|
||||||
* Prefix given to a parameter name when that parameter is a protocol-
|
|
||||||
* specific parameter meant for the configuration.
|
|
||||||
*/
|
|
||||||
public static final String PARAMETER_PREFIX = "_";
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void authenticatedService(
|
protected void authenticatedService(
|
||||||
UserContext context,
|
UserContext context,
|
||||||
|
@@ -33,12 +33,6 @@ import net.sourceforge.guacamole.net.basic.AuthenticatingHttpServlet;
|
|||||||
*/
|
*/
|
||||||
public class Move extends AuthenticatingHttpServlet {
|
public class Move extends AuthenticatingHttpServlet {
|
||||||
|
|
||||||
/**
|
|
||||||
* Prefix given to a parameter name when that parameter is a protocol-
|
|
||||||
* specific parameter meant for the configuration.
|
|
||||||
*/
|
|
||||||
public static final String PARAMETER_PREFIX = "_";
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void authenticatedService(
|
protected void authenticatedService(
|
||||||
UserContext context,
|
UserContext context,
|
||||||
|
Reference in New Issue
Block a user