Setup a NMOS node (no MQTT) with an invalid registry version (ex: "An I" instead of "v1.3"). Application is force to stop. StdErr: ``` terminate called after throwing an instance of 'web::uri_exception' what(): provided uri is invalid: http://127.0.0.1:1/x-nmos/registration/An I ``` It seems the code is missing validation or HTTP character escape (ex: %20 for space).