Replace RFC 7807 with RFC 9457 in documentation
See gh-33594
This commit is contained in:
@@ -224,7 +224,7 @@ public interface WebMvcConfigurer {
|
||||
|
||||
/**
|
||||
* Add to the list of {@link ErrorResponse.Interceptor}'s to apply when
|
||||
* rendering an RFC 7807 {@link org.springframework.http.ProblemDetail}
|
||||
* rendering an RFC 9457 {@link org.springframework.http.ProblemDetail}
|
||||
* error response.
|
||||
* @param interceptors the interceptors to use
|
||||
* @since 6.2
|
||||
|
||||
@@ -251,7 +251,7 @@ public class ExceptionHandlerExceptionResolver extends AbstractHandlerMethodExce
|
||||
|
||||
/**
|
||||
* Configure a list of {@link ErrorResponse.Interceptor}'s to apply when
|
||||
* rendering an RFC 7807 {@link org.springframework.http.ProblemDetail}
|
||||
* rendering an RFC 9457 {@link org.springframework.http.ProblemDetail}
|
||||
* error response.
|
||||
* @param interceptors the handlers to use
|
||||
* @since 6.2
|
||||
|
||||
@@ -408,7 +408,7 @@ public class RequestMappingHandlerAdapter extends AbstractHandlerMethodAdapter
|
||||
|
||||
/**
|
||||
* Configure a list of {@link ErrorResponse.Interceptor}'s to apply when
|
||||
* rendering an RFC 7807 {@link org.springframework.http.ProblemDetail}
|
||||
* rendering an RFC 9457 {@link org.springframework.http.ProblemDetail}
|
||||
* error response.
|
||||
* @param interceptors the interceptors to use
|
||||
* @since 6.2
|
||||
|
||||
Reference in New Issue
Block a user