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
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.
Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.
Is your feature request related to a problem? Please describe.
If a user enters the
host
value 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/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
The text was updated successfully, but these errors were encountered: