This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 884c45f Correct javadoc for spnego canonicalize host option
884c45f is described below
commit 884c45f67a21c2f0668e56164c2840eea4f5ae08
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Nov 20 17:08:31 2021 +0100
Correct javadoc for spnego canonicalize host option
---
.../java/org/apache/jmeter/protocol/http/control/AuthManager.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/control/AuthManager.java
b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/control/AuthManager.java
index d88e2c0..3e30b1c 100644
---
a/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/control/AuthManager.java
+++
b/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/control/AuthManager.java
@@ -97,10 +97,10 @@ public class AuthManager extends ConfigTestElement
implements TestStateListener,
private static final boolean DEFAULT_CLEAR_VALUE = false;
- /** Decides whether port should be omitted from SPN for kerberos spnego
authentication */
+ /** Decides whether port should be omitted from SPN for Kerberos SPNEGO
authentication */
public static final boolean STRIP_PORT =
JMeterUtils.getPropDefault("kerberos.spnego.strip_port", true);
- /** Decides whether port should be omitted from SPN for kerberos spnego
authentication */
+ /** Decides whether SPN for Kerberos SPNEGO authentication should be
acquired for the canonicalized host name*/
public static final boolean USE_CANONICAL_HOST_NAME =
JMeterUtils.getPropDefault("kerberos.spnego.use_canonical_host_name", true);
public enum Mechanism {