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

GH-318: fix proxyJumps #512

Merged
merged 1 commit into from
Jun 2, 2024
Merged

GH-318: fix proxyJumps #512

merged 1 commit into from
Jun 2, 2024

Commits on Jun 2, 2024

  1. apacheGH-318: fix proxyJumps

    Previous code only parsed the proxy jumps of the initial
    HostConfigEntry. However, if the last entry in that list has a
    HostConfigEntry that again has proxy jumps, these additional
    proxies must be added to the list. And so on.
    
    To guard against proxy cascades with loops we limit the total
    number of proxies to at most 10. The limit is configurable through
    property CoreModuleProperties.MAX_PROXY_JUMPS.
    
    Bug: apache#318
    tomaswolf committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    12e5283 View commit details
    Browse the repository at this point in the history