problem-spring-web icon indicating copy to clipboard operation
problem-spring-web copied to clipboard

A library for handling Problems in Spring Web MVC

Results 80 problem-spring-web issues
Sort by recently updated
recently updated
newest added

## Description Fix bug introduced in PR #413. Default `SecurityExceptionHandling` controller advice is not registered in an application. See https://github.com/zalando/problem-spring-web/issues/707#issuecomment-1209656511 for the detailed explanation. ## Motivation and Context Fixes #707,...

`problem-spring-web` fails to work with Spring Security after upgrading to Spring Boot 2.5 ## Description After introducing `spring-security` as dependency: ```xml org.springframework.boot spring-boot-starter-security ``` `problem-spring-web` will no longer work. ##...

Bug

Bumps [swagger-request-validator-springmvc](https://bitbucket.org/atlassian/swagger-request-validator) from 2.22.0 to 2.30.0. Changelog Sourced from swagger-request-validator-springmvc's changelog. v2.30.0 Add a new module swagger-request-validator-wiremock-junit5 for use with Wiremock in JUnit 5. See the README for more information....

dependencies

Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.1.7.Final to 7.0.5.Final. Changelog Sourced from hibernate-validator's changelog. 7.0.5.Final (2022-08-03) ** Bug * HV-1863 hibernate-validator-annotation-processor 6.2.0.Final (Spring Boot managed) isn't Java 17 compatible ** Improvement * HV-1900...

dependencies

## Description The ProblemSecurityAutoConfiguration registers a `WebSecurityConfigurerAdapter` and causes this issue when combined with the `spring-boot-security-starter` causes https://github.com/spring-projects/spring-security/issues/9295. ## Expected Behavior Exception above. ## Actual Behavior Register configurer if and...

Bug

Migration guide or changes per release would be useful. ## Detailed Description Recently, one of my colleague used the latest version of this library in a new project. New project...

Feature
Help Wanted

I am not maintaining this project really and would like to exclude myself from the code owners list.

This may be a question that others have answered previously; however, I haven't found a good resource on this topic. Context: I have an existing REST controller based microservice where...

Feature

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.5.0 to 7.1.1. Release notes Sourced from dependency-check-maven's releases. Version 7.1.1 Changes Minor bug fixes. Resolved several false positives. See the full listing of changes. Version 7.1.0...

dependencies

I'm using `spring boot 3`, `spring-webflux` and `problem-spring-webflux`. I would like to catch `unauthorized` and `access denied` exceptions and return the relevant problem object. To do this I've added a...

Bug