error-handling-spring-boot-starter icon indicating copy to clipboard operation
error-handling-spring-boot-starter copied to clipboard

Spring Boot starter for configurable REST API error handling

Results 16 error-handling-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

Hello Could you handle the case where the requester hasn't been authenticated? For the moment, Spring Security return only the 403 status. A way that could be done is by...

The current version does not seem to do anything when added to a Spring Boot 3.0.0-M3 application. Will have to investigate what changed exactly and why things do not seem...

Hello @wimdeblauwe, First of all, thanks for this amazing project ;) I maintain an API with a PATCH endpoint with require `application/merge-patch+json` content-type. Since, it's not a common header I...

Hi, I am currently evaluating this framework and I am kind of wondering if there is a possibility to achieve internalization of codes/messages. The framework I think expects the custom...

Added GraphQL error handling support. Currently integrated with spring-graphql and working towards supporting more 3rd party implementations of GraphQL in Spring Framework/Boot. Supports minimum version 1.2.2 of spring-graphql. Features I...

Hi, Is there a way to add some global customizations, such as adding a timestamp or tracing, to all error responses? Best regards

Spring is supporting new way to expose errors using ProblemDetail. Please support in the starter

Exceptions, that are thrown if the user is authenticated, but lacks some required role, are not caught now. To fix that, we have to also set the accessDeniedHandler in security...