Allow ProblemDetailsExceptionHandlers to be proxied
See gh-34503
This commit is contained in:
parent
91c5d41094
commit
b96a8dd370
|
@ -26,6 +26,6 @@ import org.springframework.web.reactive.result.method.annotation.ResponseEntityE
|
||||||
* @author Brian Clozel
|
* @author Brian Clozel
|
||||||
*/
|
*/
|
||||||
@ControllerAdvice
|
@ControllerAdvice
|
||||||
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,6 +26,6 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExcep
|
||||||
* @author Brian Clozel
|
* @author Brian Clozel
|
||||||
*/
|
*/
|
||||||
@ControllerAdvice
|
@ControllerAdvice
|
||||||
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue