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

Prevent Helidon connector from re-encoding URI #8232

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

spericas
Copy link
Member

Description

In fact, this commit addresses two problems: (1) it prevents the Helidon connector from re-encoding and already encoded URI and (2) extends our URI decoder logic to support '+' which is used by Jersey to encode a space character. See issue #8228.

Documentation

None

@spericas spericas added webserver jax-rs JAX-RS and Jersey related issues webclient 4.x Version 4.x labels Jan 12, 2024
@spericas spericas added this to the 4.0.3 milestone Jan 12, 2024
@spericas spericas self-assigned this Jan 12, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 12, 2024
…ctor from re-encoding and already encoded URI and (2) extends our URI decoder logic to support '+' which is used by Jersey to encode a space character. See issue helidon-io#8228.
@spericas spericas merged commit 4802c6b into helidon-io:main Jan 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x jax-rs JAX-RS and Jersey related issues OCA Verified All contributors have signed the Oracle Contributor Agreement. webclient webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants