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/reactive/error/AbstractErrorWebExceptionHandler.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/reactive/error/DefaultErrorWebExceptionHandlerIntegrationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/reactive/error/DefaultErrorAttributes.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
* <li>errors - Any {@link ObjectError}s from a {@link BindingResult} exception
45
45
* <li>trace - The exception stack trace</li>
46
46
* <li>path - The URL path when the exception was raised</li>
47
+
* <li>requestId - Unique Id associated with the current request</li>
47
48
* </ul>
48
49
*
49
50
* @author Brian Clozel
@@ -86,7 +87,7 @@ public Map<String, Object> getErrorAttributes(ServerRequest request,
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/test/java/org/springframework/boot/web/reactive/error/DefaultErrorAttributesTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,8 @@ public void includeLogPrefix() {
0 commit comments