Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: Enables OIDC integration tests and fixes a couple of problems in WebClient #7390

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

spericas
Copy link
Member

@spericas spericas commented Aug 16, 2023

Description

Enables OIDC integration tests. Fixes two additional issues in WebClient:

  1. In ClientUri, UriQueryWriteable is initialized from a decoded string. If initialized using an encoded string as before, a second encoding will take place internally.
  2. The WebClientCookieManager now correctly handles cookie values, including those that may contain commas (such as expiration values).

There are new or updated tests to cover the changes in (1) and (2). Issue #7120.

Documentation

None

…ent:

 1. In ClientUri, UriQueryWriteable is initialized from a decoded string. If initialized using an encoded string as before, a second encoding will take place internally.
 2. The WebClientCookieManager now correctly handles cookie values, including those that may contain commas (such as expiration values).

There are new or updated tests to cover the changes in (1) and (2).
@spericas spericas self-assigned this Aug 16, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 16, 2023
@spericas spericas requested a review from Verdent August 17, 2023 12:27
@tomas-langer tomas-langer changed the title Enables OIDC integration tests and fixes a couple of problems in WebClient 4.x: Enables OIDC integration tests and fixes a couple of problems in WebClient Aug 17, 2023
@spericas spericas merged commit 4de96df into helidon-io:main Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants