Merge pull request #21906 from lltx

* pr/21906:
  Update copyright year of changed files
  Fix wrong property reference to keys-to-sanitize in Javadoc

Closes gh-21906
This commit is contained in:
Stephane Nicoll 2020-06-15 08:40:01 +02:00
commit 04639d3387
1 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2012-2019 the original author or authors. * Copyright 2012-2020 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -71,8 +71,9 @@ import org.springframework.util.StringUtils;
* <p> * <p>
* To protect sensitive information from being exposed, certain property values are masked * To protect sensitive information from being exposed, certain property values are masked
* if their names end with a set of configurable values (default "password" and "secret"). * if their names end with a set of configurable values (default "password" and "secret").
* Configure property names by using {@code endpoints.configprops.keys_to_sanitize} in * Configure property names by using
* your Spring Boot application configuration. * {@code management.endpoint.configprops.keys-to-sanitize} in your Spring Boot
* application configuration.
* *
* @author Christian Dupuis * @author Christian Dupuis
* @author Dave Syer * @author Dave Syer