Skip to content

Commit b96a8dd

Browse files
vywilkinsona
authored andcommitted
Allow ProblemDetailsExceptionHandlers to be proxied
See gh-34503
1 parent 91c5d41 commit b96a8dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ProblemDetailsExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
* @author Brian Clozel
2727
*/
2828
@ControllerAdvice
29-
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
29+
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
3030

3131
}

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/ProblemDetailsExceptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
* @author Brian Clozel
2727
*/
2828
@ControllerAdvice
29-
final class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
29+
class ProblemDetailsExceptionHandler extends ResponseEntityExceptionHandler {
3030

3131
}

0 commit comments

Comments
 (0)