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
Indeed it looks like we overlooked the effect of quoteReplacement as part of the changes for stricter encoding in #21577. As a workaround you can encode the URI variable values externally via UriUtils#encodeUriVariables:
Andras Tornai opened SPR-17168 and commented
Expected :/whatever?q=JavaClass%241.class
Actual :/whatever?q=JavaClass%5C%241.class
Thus on server side the JavaClass$1.class value becomes JavaClass$1.class
I made some investigation and this extra \ is there because of this statement: d81ec55#diff-07a4953c743ebcffceaf745f59544ac7R266%C2%A0- maybe it helps
Do I use UriComponentsBuilder incorrectly?
Affects: 5.0.8
Referenced from: commits 99f0129, f23496a
The text was updated successfully, but these errors were encountered: