jonah1und1
jonah1und1
Currently, the reactive stack does not allow for authentication via parameter in body of post requests. [RFC-6750 Sec. 2.2](https://datatracker.ietf.org/doc/html/rfc6750#section-2.2) allows this. It is also support by mvc stack. Related ticket:...
**Describe the bug** When using opaque tokens with an OAuth 2 resource server, webflux's `ServerBearerTokenAuthenticationConverter` does not support authentication via url-encoded POST requests with their access token as a body...
I've introduced two bugs in my implementation to support `@media` rules: - AntiSamy throws a parsing exception on empty media queries: `@media {...}` - AntiSamy throws a parsing exception on...