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
This test shows that it is possible to configure from("vertx-websocket:redundant.host:9999/test/default/host/port/applied"), but the host redundant.host and port 9999 are not used at all.
It would be better to not allow such configuration at all.
The text was updated successfully, but these errors were encountered:
jamesnetherton
changed the title
vertx-websocket can be configured with host + port without any impact on the exposed endpoint
vertx-websocket consumer can be configured with host + port without any impact on the exposed endpoint
Jul 27, 2023
This test shows that it is possible to configure
from("vertx-websocket:redundant.host:9999/test/default/host/port/applied")
, but the hostredundant.host
and port9999
are not used at all.It would be better to not allow such configuration at all.
The text was updated successfully, but these errors were encountered: