Is your feature request related to a problem? Please describe.
If a user enters the host value of a profile incorrectly with the format protocol:host, then profile validation can hang due to an unreachable network endpoint. e.g.
"properties": {
"host": "https://my.host.name",
"port": 443,
"rejectUnauthorized": false,
"protocol": "https"
},
Describe the solution you'd like
Zowe Explorer can detect host values which include a protocol and short-circuit the validation before hitting the /zosmf/info endpoint.
In addition / alternatively, Zowe Explorer validation shouldn't hang for an unreachable endpoint, I'd expect a network error response.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
If a user enters the
hostvalue of a profile incorrectly with the formatprotocol:host, then profile validation can hang due to an unreachable network endpoint. e.g.Describe the solution you'd like
Zowe Explorer can detect host values which include a protocol and short-circuit the validation before hitting the
/zosmf/infoendpoint.In addition / alternatively, Zowe Explorer validation shouldn't hang for an unreachable endpoint, I'd expect a network error response.
Describe alternatives you've considered
Additional context