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
Zowe Server Install Wizard doesn't seem to work well when selecting download convenience build; progress is missing and hangs.
Downloading does not actually happens, it immediately completes with empty zowe.pax and so fails to unpax and parse
Also it takes v2+ as a latest version
The text was updated successfully, but these errors were encountered:
This is a regression, I was able to confirm this bug. The download never seems to happen, and zen just continues with upload and unpax but eventually fails since there is no pax.
This is likely a result of the artifactory moving to a redirect-based download method.
The URLS we get return with HTTP 302 redirects recently.
And nodejs' https request library does not automatically handle redirects, so an enhancement must be made to detect the redirect and respond by issuing a second request to the redirect destination.
Downloading does not actually happens, it immediately completes with empty zowe.pax and so fails to unpax and parse
Also it takes v2+ as a latest version
The text was updated successfully, but these errors were encountered: