Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Dec 22, 2023
1 parent cc01d66 commit 4cb2fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 4cb2fcb

Please sign in to comment.