From 8054f4277771dcffc1c5fe5fbe407cb5476d9dd2 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Mon, 30 Jan 2017 13:42:06 -0500 Subject: [PATCH] GUACAMOLE-195: Remove word basic from comments - module is just HTTP header-based authentication. --- .../org/apache/guacamole/auth/http/ConfigurationService.java | 4 ++-- .../apache/guacamole/auth/http/HTTPGuacamoleProperties.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/ConfigurationService.java b/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/ConfigurationService.java index abd78aac1..c1ee8d87d 100644 --- a/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/ConfigurationService.java +++ b/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/ConfigurationService.java @@ -38,11 +38,11 @@ public class ConfigurationService { /** * Returns the header of the HTTP server as configured with - * guacamole.properties used for HTTP basic authentication. + * guacamole.properties used for HTTP authentication. * By default, this will be "REMOTE_USER". * * @return - * The header used for HTTP basic authentication, as configured with + * The header used for HTTP authentication, as configured with * guacamole.properties. * * @throws GuacamoleException diff --git a/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java b/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java index 3dada2397..e038343cc 100644 --- a/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java +++ b/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java @@ -38,7 +38,7 @@ public class HTTPGuacamoleProperties { private HTTPGuacamoleProperties() {} /** - * The header used for HTTP basic authentication. + * The header used for HTTP authentication. */ public static final StringGuacamoleProperty HTTP_AUTH_HEADER = new StringGuacamoleProperty() {