Request param handling in HttpRequestValues overrides existing URI variables with same name #34499
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
Following changes here (pulled with update of spring boot 3.4.2):
d927d64
I have found out that in case of connector definition like
causes problem in incorrect replacement of transfer-id path variable.
I am trying to assign "{transfer-id}" as path variable value of transfer-id and curly brackets are removed during HttpRequestValues.appendQueryParams execution and it causes to be modified in resulting GET request from:
to
which is incorrect.
The text was updated successfully, but these errors were encountered: