This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 7f10fc8a84 Fix javadoc
7f10fc8a84 is described below
commit 7f10fc8a84e24127bc3591a9dcf30fa8da3ac55f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Dec 22 09:11:04 2023 +0100
Fix javadoc
---
.../java/org/apache/syncope/common/lib/auth/X509AuthModuleConf.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/common/am/lib/src/main/java/org/apache/syncope/common/lib/auth/X509AuthModuleConf.java
b/common/am/lib/src/main/java/org/apache/syncope/common/lib/auth/X509AuthModuleConf.java
index 30f5159705..767fd5f598 100644
---
a/common/am/lib/src/main/java/org/apache/syncope/common/lib/auth/X509AuthModuleConf.java
+++
b/common/am/lib/src/main/java/org/apache/syncope/common/lib/auth/X509AuthModuleConf.java
@@ -211,7 +211,7 @@ public class X509AuthModuleConf implements AuthModuleConf {
/**
* Whether to extract certificate from request.
* The default implementation extracts certificate from header via Tomcat
SSLValve parsing logic
- * and using the {@link #DEFAULT_CERT_HEADER_NAME} header.
+ * and using the {@link #sslHeaderName} header.
* Must be false by default because if someone enables it they need to
make sure they are
* behind proxy that won't let the header arrive directly from the browser.
*/