You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public enum IncludeStacktrace {
117
117
ALWAYS,
118
118
119
119
/**
120
-
* Add error attribute when the appropriate request parameter is "true".
120
+
* Add stacktrace attribute when the appropriate request parameter is not "false".
121
121
*/
122
122
ON_PARAM,
123
123
@@ -145,7 +145,7 @@ public enum IncludeAttribute {
145
145
ALWAYS,
146
146
147
147
/**
148
-
* Add error attribute when the appropriate request parameter is "true".
148
+
* Add error attribute when the appropriate request parameter is not "false".
0 commit comments