Browse Source

Merge branch '2.3.x' into 2.4.x

Closes gh-25603
pull/25709/head
Andy Wilkinson 5 years ago
parent
commit
c43ae0b2d3
  1. 4
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java

4
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java

@ -117,7 +117,7 @@ public class ErrorProperties { @@ -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 { @@ -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

Loading…
Cancel
Save