vanwobe
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)
**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...