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

Fix testExpression being null breaking APIProxyKey equals method #1254

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

t-burch
Copy link
Collaborator

@t-burch t-burch commented Sep 1, 2024

Switch to Java's Objects.equals() for a reliable null safe equals check.

This caused ACME http challenge to fail because it relied on the equals check!

@t-burch t-burch requested a review from predic8 September 1, 2024 22:37
@membrane-ci-server
Copy link

This pull request needs "/ok-to-test" from an authorized committer.

@t-burch
Copy link
Collaborator Author

t-burch commented Sep 1, 2024

/ok-to-test

@predic8 predic8 merged commit 77b793f into master Sep 4, 2024
3 of 4 checks passed
@predic8 predic8 deleted the t-burch-patch-1 branch September 4, 2024 09:35
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.

2 participants