Using a URI variable for port in WebClient
causes an IllegalStateException
#32003
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
Affects: 6.1.2
In Spring Framework 6.1.1, the following little code snippet worked without any problems:
Now this same code causes the following
IllegalStateException
:This seems related to the changes made in #30027 and the already mentioned #31882.
Is this a bug, or are we no longer allowed to use URI variables inside the base URL?
The text was updated successfully, but these errors were encountered: