smithy-lang / smithy-kotlin

Smithy code generator for Kotlin (in development)
Apache License 2.0
64 stars 26 forks source link

fix: respect prefix/suffix wildcards in nonProxyHosts #1093

Closed ianbotsf closed 1 month ago

ianbotsf commented 1 month ago

Issue \

1092

Description of changes

We currently support the * wildcard in http.nonProxyHosts only in the global case (i.e., http.nonProxyHosts=*) but not when used as a prefix/suffix (e.g., http.nonProxyHosts=amazon.com*). This change adds the necessary support and tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

github-actions[bot] commented 1 month ago

Affected Artifacts

Changed in size | Artifact |Pull Request (bytes) | Latest Release (bytes) | Delta (bytes) | Delta (percentage) | | -------- | ------------------: | ---------------------: | ------------: | -----------------: | |http-client-jvm.jar|330,756|330,654|102|0.03%|