Response.StatusType
to map HttpStatus
.NoHandlerFoundExceptions
into not-found
problems
.ProblemHandling
is a composite AdviceTrait
that combines all built-in advice traits into a single
interface that makes it easier to use:AuthenticationEntryPoint
and AccessDeniedHandler
that delegates exceptions to
Spring WebMVC's HandlerExceptionResolver
as defined in WebMvcConfigurationSupport
.Copyright © 2015–2017 Zalando SE. All rights reserved.