React to message 4003 - #83
Open
1000TurquoisePogs wants to merge 2 commits into
Open
Conversation
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Proposed changes
This PR depends upon the following PRs:
zowe/zlux-server-framework#702
One enhancement to the VT terminal UI:
allowList), the status bar now displays "Connection forbidden" instead of a generic websocket error.Files changed:
webClient/src/app/app.component.ts— handles WS close code 4003 inonWSErrorwith a "Connection forbidden" messagePR Checklist
Testing
AllowList rejection UX:
components.vt-ng2.allowListinzowe.yamlto exclude the target host (see zlux-server-framework PR).Further comments
The 4003 close code is handled as a known application-level rejection in
onWSError, parallel to how other known close codes are handled. No changes to connection logic — this is purely a UI message improvement.