Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OF-2559: Do not assume that all connections have established TLS #2227

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

guusdk
Copy link
Member

@guusdk guusdk commented Aug 1, 2023

This intends to guard against null pointer exceptions.

With the new Netty code, I'm seeing null pointer exceptions on the admin console (see screenshot).

Although this PR might prevent the NPE, there migth be a deeper issue that is not addressed by this PR. At the time that this screenshot was taken, Openfire did not have any active server-to-server sessions (as verified by the netstat command).

image

@AlexGidman
Copy link
Collaborator

Sensible checks, no reason this can't go in

This intends to guard against null pointer exceptions.
@guusdk guusdk merged commit 17ba27b into igniterealtime:main Aug 30, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants