From 4cb2fcba9b030eb1df89afbe15d087844519ac1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Fri, 22 Dec 2023 09:11:04 +0100 Subject: [PATCH] Fix javadoc --- .../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 73d19106f7..c6ef6fc6bb 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 @@ -227,7 +227,7 @@ public void setCertificateAttribute(final String certificateAttribute) { /** * 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. */