vanwobe

Results 3 issues of vanwobe

When defining a resource with limited access modes still the full openapi doc is getting generated. Example of such a definition: `@JsonApiResource(type = "tasks", ​postable = true, readable = false,...

fixes [gh-11716](https://github.com/spring-projects/spring-security/issues/11716)

status: duplicate
in: web
type: enhancement

**Describe the bug** GET request to http://localhost:8080/path/logout provides a confirmation page. After confirming the logout there is a post request to the root path resulting in a 404 error. **To...

in: web
type: enhancement