-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-3711: Fix HTTP handler for content type header
Fixes #3711 The `contentType` header may come with parameter in its media type. * Fix `AbstractHttpRequestExecutingMessageHandler` to use `equalsTypeAndSubtype()` ignoring params * Some other code clean up in the `AbstractHttpRequestExecutingMessageHandler` * Ensure in the `HttpRequestExecutingMessageHandlerTests.simpleStringKeyStringValueFormData()` that provided `contentType` header is handled properly * Fix `HttpProxyScenarioTests.testHttpMultipartProxyScenario()` for mislead multi-part form handling **Cherry-pick to `5.5.x`**
- Loading branch information
1 parent
64d5b25
commit 4799c3b
Showing
4 changed files
with
81 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters