Skip to content

Netty Connector proxy handler to support JDK's options #4978

@olotenko

Description

@olotenko

JDK's proxy handling supports a range of options, like -Dhttp.proxyHost=11.11.69.53 or -Dhttp.nonProxyHosts=*.lan|localhost|127.*|docker.for.mac.localhost|*.|*.default

It is easy to add this support using JDK's Proxy API. A patch showcasing its use by Netty Connector is attached.
netty_proxy_opts.zip

This patch will support the options, if no PROXY is specified explicitly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions