[PR] Bump log4j.version from 2.23.1 to 2.24.0 [httpcomponents-client]

2024-09-13 Thread via GitHub
dependabot[bot] opened a new pull request, #579: URL: https://github.com/apache/httpcomponents-client/pull/579 Bumps `log4j.version` from 2.23.1 to 2.24.0. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-core` from 2.

[PR] Bump log4j.version from 2.23.1 to 2.24.0 [httpcomponents-core]

2024-09-13 Thread via GitHub
dependabot[bot] opened a new pull request, #480: URL: https://github.com/apache/httpcomponents-core/pull/480 Bumps `log4j.version` from 2.23.1 to 2.24.0. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.0 Updates `org.apache.logging.log4j:log4j-core` from 2.23

[PR] HTTPCORE-770: Add plusAsBlank parameter to URIBuilder for dynamic configuration [httpcomponents-core]

2024-09-13 Thread via GitHub
arturobernalg opened a new pull request, #481: URL: https://github.com/apache/httpcomponents-core/pull/481 This PR introduces a new `plusAsBlank` flag to the `URIBuilder` class, allowing users to dynamically configure whether the '+' character in query parameters should be interpreted as a

Re: [PR] HTTPCORE-770: Add plusAsBlank parameter to URIBuilder for dynamic configuration [httpcomponents-core]

2024-09-13 Thread via GitHub
garydgregory commented on PR #481: URL: https://github.com/apache/httpcomponents-core/pull/481#issuecomment-2350185491 I'm not sure about creating a special case for a single character. Maybe registering a Map would be more flexible. I'm not sure what should be allowed to be mapped though.