[java-identity-provider] branch main updated: Fix Javadoc link.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 29 02:34:29 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=818b14d8d9ca0a1220915859e7d4ba85667c9a01
The following commit(s) were added to refs/heads/main by this push:
new 818b14d8d Fix Javadoc link.
818b14d8d is described below
commit 818b14d8d9ca0a1220915859e7d4ba85667c9a01
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 28 22:34:25 2023 -0400
Fix Javadoc link.
---
.../net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidator.java b/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidator.java
index b096b97e4..45147ed6c 100644
--- a/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidator.java
+++ b/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidator.java
@@ -67,7 +67,7 @@ import org.opensaml.security.x509.TrustedNamesCriterion;
import org.slf4j.Logger;
/**
- * Authenticates a CAS proxy callback endpoint using an {@HttpClient} instance to establish
+ * Authenticates a CAS proxy callback endpoint using an {@link HttpClient} instance to establish
* the connection and a {@link TrustEngine} to verify the TLS certificate presented by the remote peer. The endpoint
* is validated if and only if the following requirements are met:
*
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list