Merge branch '2.3.x' into 2.4.x

Closes gh-25603
This commit is contained in:
Andy Wilkinson 2021-03-11 11:12:54 +00:00
commit c43ae0b2d3
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public class ErrorProperties {
ALWAYS,
/**
* Add error attribute when the appropriate request parameter is "true".
* Add stacktrace attribute when the appropriate request parameter is not "false".
*/
ON_PARAM,
@ -145,7 +145,7 @@ public class ErrorProperties {
ALWAYS,
/**
* Add error attribute when the appropriate request parameter is "true".
* Add error attribute when the appropriate request parameter is not "false".
*/
ON_PARAM