// nothing captured by reg exp -> use the uriFormat as the target uri without substitution
// verify that format does not contain '%s'
constformat=args.uriFormat||'';
if(format.indexOf('%s')>=0){
consterrMsg=localize('server.ready.nocapture.error',"Format uri ('{0}') uses a substitution placeholder but pattern did not capture anything.",format);