mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 20:49:34 +00:00
Allow ProblemDetailsExceptionHandlers to be proxied
See gh-34503
This commit is contained in:
committed by
Andy Wilkinson
parent
91c5d41094
commit
b96a8dd370
+1
-1
@@ -26,6 +26,6 @@ import org.springframework.web.reactive.result.method.annotation.ResponseEntityE
|
||||
* @author Brian Clozel
|
||||
*/
|
||||
@ControllerAdvice
|
||||
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||
|
||||
}
|
||||
|
||||
+1
-1
@@ -26,6 +26,6 @@ import org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExcep
|
||||
* @author Brian Clozel
|
||||
*/
|
||||
@ControllerAdvice
|
||||
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user