You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar solution exists already for AbstractHttpRequestExecutingMessageHandler.
See its setEncodingMode(DefaultUriBuilderFactory.EncodingMode encodingMode)
The text was updated successfully, but these errors were encountered:
Fixesspring-projects#3180
* Deprecate `encode-uri` in favor of newly introduced `encoding-mode`
* Add new property to XML and DSL configurations
* Fix tests according a new behavior
* Document the feature
* Fix docs for deprecated `encode-uri`
* Mention also WS from `http.adoc`
Fixesspring-projects#3180
* Deprecate `encode-uri` in favor of newly introduced `encoding-mode`
* Add new property to XML and DSL configurations
* Fix tests according a new behavior
* Document the feature
* Fix docs for deprecated `encode-uri`
* Mention also WS from `http.adoc`
* GH-3180: Add encoding-mode to WS outbound gateway
Fixes#3180
* Deprecate `encode-uri` in favor of newly introduced `encoding-mode`
* Add new property to XML and DSL configurations
* Fix tests according a new behavior
* Document the feature
* Fix docs for deprecated `encode-uri`
* Mention also WS from `http.adoc`
* * Fix typos in docs
Similar solution exists already for
AbstractHttpRequestExecutingMessageHandler
.See its
setEncodingMode(DefaultUriBuilderFactory.EncodingMode encodingMode)
The text was updated successfully, but these errors were encountered: