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.
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
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
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.