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
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.
Uh oh!
There was an error while loading. Please reload this page.
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 theUriBuilderFactor
inWebClient.Builder
, but it's also easy to miss if debugging a problem or using the underlyingUriComponentsBuilder
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
The text was updated successfully, but these errors were encountered: