⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@hanicz
Copy link
Contributor

@hanicz hanicz commented Jan 29, 2026

KNOX-3245 - Add new separators for SSL ciphers and protocols

What changes were proposed in this pull request?

  • Adds ':' and '\n' as separator to SSL ciphers and protocols
  • Fixed a bug where the ssl.include.protocols config wasn't applied to the internal Jetty server
  • Added new unit tests

How was this patch tested?

Unit tests, tested ciphers and protocols on locally running Knox instance

@github-actions
Copy link

Test Results

7 tests   7 ✅  1s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 24c3d6e.

Copy link
Contributor

@smolnar82 smolnar82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


final Set<String> sslIncludeProtocols = config.getIncludedSSLProtocols();
if (sslIncludeProtocols != null && sslIncludeProtocols.isEmpty()) {
if (sslIncludeProtocols != null && !sslIncludeProtocols.isEmpty()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@hanicz hanicz merged commit 420b65b into apache:master Jan 29, 2026
3 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.

2 participants