HTTP interface client raises IllegalArgumentException if query param name contains a colon #34364
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
I have traced the issue to the following commit: d927d64
Reproducer:
When a URL variable name is transformed to "{userId:eq}" on line 499 of the file linked above, the UriComponentsBuilder interprets this as "variable userId with default value "eq""
This causes the following exception with Spring Framework 6.2.2
The text was updated successfully, but these errors were encountered: