• David Good's avatar
    Improve sanitization for list of URI types · 775f0fa8
    David Good authored
    Prior to this commit, Actuator would sanitize properties values when
    serializing them on the dedicated endpoint. Keys like "password" or
    "secret" are entirely sanitized, but other keys like "uri" or "address"
    are considered as URI types and only the password part of the user info
    is sanitized.
    
    This commit fixes the sanitization process where lists of such URI types
    would not match the first entries of the list since they're starting
    with `'['`. This commit improves the regexp matching process to sanitize
    all URIs within a collection.
    
    The documentation is also updated to better underline the processing
    difference between complete sanitization and selective sanitization for
    URIs.
    
    Fixes gh-23037
    775f0fa8
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...