David Král

Results 23 issues of David Král

### Description ### Documentation None

OCA Verified

## Environment Details * Helidon Version: 4.0.5 * Helidon SE or Helidon MP: both * JDK version: * OS: * Docker version (if applicable): ---------- `OidcFeature` checks incorrect token for...

bug
security
P1
4.x

## Environment Details * Helidon Version: 4.x * Helidon SE or Helidon MP * JDK version: * OS: * Docker version (if applicable): ---------- ## Problem Description Generated builders should...

bug
P2
4.x
builder

Use method `addHeader` on the `WebClient.Builder`, create `WebClient` and perfom any request on this client. All registered headers over the `WebClient.Builder` are duplicated. ```java WebClient.builder() .baseUri(someUri) .addHeader("TestHeader", "Value") .build() .get("/someEndpoint")...

bug
P2
webclient
4.x

### Description Fixes #7903 Forwardport of https://github.com/helidon-io/helidon/pull/7902 ### Documentation None

OCA Verified

## Environment Details * Helidon Version: 4.x * Helidon SE or Helidon MP * JDK version: * OS: * Docker version (if applicable): ---------- ## Problem Description Shared connection cache...

P3
webclient
4.x

## Environment Details * Helidon Version: 4.x * Helidon SE or Helidon MP * JDK version: * OS: * Docker version (if applicable): ---------- ## Problem Description `Http1ClientResponseImpl` field `entityFullyRead`...

bug
P2
webclient
4.x

### Description Fixes #9228 ### Documentation Added connection limiting documentation for Http1Client

4.x
OCA Verified