Benjamin Bargeton

Results 8 issues of Benjamin Bargeton

Closes gh-630 Ideally it would be great if this fix could be included in 3.1.x, let me know if you want me to rebase on that branch instead of main.

**Describe the bug** `spring.cloud.vault.kv.profiles` is always overridden by `spring.profiles.active` (even if application profile is not defined). From the [documentation](https://docs.spring.io/spring-cloud-vault/docs/current/reference/html/#vault.config.backends.kv.versioned) it looks like `spring.cloud.vault.kv.profiles` should always supersede `spring.profiles.active` (like `spring.cloud.vault.kv.application-name` over...

First a big thanks for the go rewrite, it such a breeze to read and test compared to the bash version! ### This PR contains several changes: * Chunk mode...

This avoids to have a "Transfer-Encoding: chunked" with an empty body if downstream exchanges are negociated in HTTP 1.1 Fixes gh-3325

waiting-for-triage

Fixes gh-3326 N.B: For the order of the filter I don't know what is the rule ? I took the same value as RemoveContentLengthRequestHeadersFilter since it seemed to be a...

waiting-for-triage

Using the `Jdk HttpClient`, when no body is present in a `GET` or `HEAD` request, and that the downstream server only supports `HTTP 1.1`: a `Transfer-Encoding: chunked` will be added...

enhancement
help wanted

if `server.http2.enabled` is set to `true`, using `JDK HttpClient`, and if the downstream server also exchange in `HTTP/2`, a `HTTP/2` protocol error will be raised (`ERR_HTTP2_PROTOCOL_ERROR` in Chrome for example)....

bug
help wanted

*When a refresh token grant exchange occurs with a ClientAuthentication Method set to `NONE`* On a servlet appliction, the `client_id` field will be missing because it is only added if...

type: bug
in: oauth2
status: blocked