jamesfredley commented on code in PR #15810:
URL: https://github.com/apache/grails-core/pull/15810#discussion_r3509750936
##########
grails-web-core/src/main/resources/META-INF/spring-configuration-metadata.json:
##########
@@ -115,7 +115,7 @@
{
"name": "grails.exceptionresolver.params.exclude",
"type": "java.util.List<java.lang.String>",
- "description": "List of parameter names to mask (replace with
[*****]) in exception stack traces, typically used for password and
creditCard.",
+ "description": "List of parameter names to mask (replace with
[*****]) in exception stack traces, typically used for password and creditCard.
Parameter names are matched case-insensitively.",
Review Comment:
Fixed in a52f949b3d by correcting the configuration metadata to document the
actual runtime mask token, ***. Marking resolved.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]