This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new e094670 More problematic language changes
e094670 is described below
commit e0946705387e823887acfffadaad60eb622e8f96
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Aug 30 08:42:41 2021 +0100
More problematic language changes
---
.../service/idp/kerberos/KerberosAuthenticationProcessingFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/kerberos/KerberosAuthenticationProcessingFilter.java
b/services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/kerberos/KerberosAuthenticationProcessingFilter.java
index 10499c8..820fb00 100644
---
a/services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/kerberos/KerberosAuthenticationProcessingFilter.java
+++
b/services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/kerberos/KerberosAuthenticationProcessingFilter.java
@@ -149,7 +149,7 @@ public class KerberosAuthenticationProcessingFilter extends
GenericFilterBean {
* This handler is called after a failure authentication. In most cases you
* only get Kerberos/SPNEGO failures with a wrong server or network
* configurations and not during runtime. If the client encounters an
error,
- * he will just stop the communication with server and therefore this
+ * it will just stop the communication with server and therefore this
* handler will not be called in this case.<br />
* Default is null, which means that the Filter returns the HTTP 500 code
*