Skip to content
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

[docs] Explain URI template encoding [SPR-16422] #20968

Closed
spring-projects-issues opened this issue Jan 26, 2018 · 0 comments
Closed

[docs] Explain URI template encoding [SPR-16422] #20968

spring-projects-issues opened this issue Jan 26, 2018 · 0 comments
Assignees
Labels
type: documentation A documentation task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jan 26, 2018

Rossen Stoyanchev opened SPR-16422 and commented

Encoding with URI templates is a very common source of issues and questions. There are a number of options that have appeared over time as a result. Some can be discovered in the JavaDoc, e.g. RestTemplate#setUriTemplateHandler or the UriBuilderFactor in WebClient.Builder, but it's also easy to miss if debugging a problem or using the underlying UriComponentsBuilder directly.

This topic needs to be addressed properly and thoroughly in the reference where it would be easier to find. It would also make it easier to answer questions by pointing to the reference content.


Affects: 4.3.14, 5.0.3

Issue Links:

Referenced from: commits aa4bced, 4db0d99, 3d20db1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

2 participants