e67f716063
Our validation does not expect a host-port pair, not having colons in the hostname. We don't need to verify all possible cases: we will return 404 for a conductor that does not exist. Change-Id: Iea65575f540a89a0de280fb730e430647c5733dc
8 lines
239 B
YAML
8 lines
239 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes getting details of a conductor if it uses a non-standard JSON RPC
|
|
port or an IPv6 address as the name, e.g.
|
|
``GET /v1/conductors/[2001:db8::1]:8090``. Previously, it would result in
|
|
a HTTP error 400.
|