Skip to content

Consider to use a DefaultUriBuilderFactory.EncodingMode for the AbstractWebServiceOutboundGateway instead of plain boolean encodeUri #3180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
artembilan opened this issue Feb 13, 2020 · 0 comments · Fixed by #3191
Assignees
Milestone

Comments

@artembilan
Copy link
Member

Similar solution exists already for AbstractHttpRequestExecutingMessageHandler.
See its setEncodingMode(DefaultUriBuilderFactory.EncodingMode encodingMode)

@artembilan artembilan added this to the 5.3.M3 milestone Feb 13, 2020
@artembilan artembilan self-assigned this Feb 20, 2020
artembilan added a commit to artembilan/spring-integration that referenced this issue Feb 20, 2020
Fixes spring-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`
artembilan added a commit to artembilan/spring-integration that referenced this issue Feb 21, 2020
Fixes spring-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`
garyrussell pushed a commit that referenced this issue Feb 21, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants