Browse Source
The fromUri method of UriComponentsBuilder used uri.getXxx() methods, which decode the URI parts causing URI parsing issues. The same method now uses uri.getRawXxx(). Issue: SPR-9317pull/72/head
3 changed files with 20 additions and 8 deletions
Loading…
Reference in new issue