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-web/src/main/java/org/springframework/web/multipart/support/MissingServletRequestPartException.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public HttpStatusCode getStatusCode() {
75
75
}
76
76
77
77
/**
78
-
* Return the body for the response, formatted as an RFC 7807
78
+
* Return the body for the response, formatted as an RFC 9457
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/AbstractMessageWriterResultHandler.java
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ResponseEntityExceptionHandler.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
/**
51
51
* A class with an {@code @ExceptionHandler} method that handles all Spring
52
52
* WebFlux raised exceptions by returning a {@link ResponseEntity} with
53
-
* RFC 7807 formatted error details in the body.
53
+
* RFC 9457 formatted error details in the body.
54
54
*
55
55
* <p>Convenient as a base class of an {@link ControllerAdvice @ControllerAdvice}
56
56
* for global exception handling in an application. Subclasses can override
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodProcessor.java
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseEntityExceptionHandler.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
59
59
/**
60
60
* A class with an {@code @ExceptionHandler} method that handles all Spring MVC
61
-
* raised exceptions by returning a {@link ResponseEntity} with RFC 7807
61
+
* raised exceptions by returning a {@link ResponseEntity} with RFC 9457
62
62
* formatted error details in the body.
63
63
*
64
64
* <p>Convenient as a base class of an {@link ControllerAdvice @ControllerAdvice}
0 commit comments