GUACAMOLE-195: Remove word basic from comments - module is just HTTP 
header-based authentication.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/8054f427
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/8054f427
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/8054f427

Branch: refs/heads/master
Commit: 8054f4277771dcffc1c5fe5fbe407cb5476d9dd2
Parents: 8890388
Author: Nick Couchman <[email protected]>
Authored: Mon Jan 30 13:42:06 2017 -0500
Committer: Nick Couchman <[email protected]>
Committed: Tue Jan 31 22:24:11 2017 -0500

----------------------------------------------------------------------
 .../org/apache/guacamole/auth/http/ConfigurationService.java     | 4 ++--
 .../org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/8054f427/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/ConfigurationService.java
----------------------------------------------------------------------
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 abd78aa..c1ee8d8 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

http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/8054f427/extensions/guacamole-auth-http/src/main/java/org/apache/guacamole/auth/http/HTTPGuacamoleProperties.java
----------------------------------------------------------------------
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 3dada23..e038343 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() {
 

Reply via email to