Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wushilin committed Nov 26, 2023
1 parent 804a2ca commit 56903d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.util.*
@ConditionalOnProperty(name=["authentication.mode"], matchIfMissing = false, havingValue = "request-header")
class ExternalHeaderSecurityConfig {
init {
log.info("initializing default security config")
log.info("initializing external header based security config")
}
companion object {
@Suppress("JAVA_CLASS_ON_COMPANION")
Expand Down

0 comments on commit 56903d6

Please sign in to comment.