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

Support for proxy #5089

Open
jansupol opened this issue Jun 20, 2022 · 1 comment
Open

Support for proxy #5089

jansupol opened this issue Jun 20, 2022 · 1 comment
Assignees

Comments

@jansupol
Copy link
Contributor

  1. Jersey supports ClientProperties.PROXY_URI for Apache, Jetty & Netty client.

For HttpUrlConnector, it is not supported, though there seems to exist a workaround.
Tasks:

  • HttpUrlConnector shall use it
  • 3.1 jnh-connector shall use it
  • Test
  1. HttpUrlConnector Supports jdk properties :http.proxyHost and http.proxyPort (ignored for localhost), netty supports that too.
    Tasks:
  • 3.1 jnh-connector shall use it
  • Apache connector shall use it.
  • Test
  1. Jdk-connector supports proxy. Use it in the test, too.
@jbescos
Copy link
Member

jbescos commented Jun 22, 2022

@jansupol there is one complication with system properties in many connectors. See my comment here: #5091 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants