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

Support regex in SslContextFactory include/exclude of protocols #5535

Closed
joakime opened this issue Oct 30, 2020 · 1 comment · Fixed by #5538
Closed

Support regex in SslContextFactory include/exclude of protocols #5535

joakime opened this issue Oct 30, 2020 · 1 comment · Fixed by #5538
Assignees

Comments

@joakime
Copy link
Contributor

joakime commented Oct 30, 2020

Jetty version
9.4.x

Description
In troubleshooting #5531 it was discovered that currently, only the SslContextFactory methods for include/exclude cipher suites support regex.
The include/exclude protocols does not.

We need to add this functionality.

@joakime joakime self-assigned this Oct 30, 2020
@joakime joakime added this to To do in Jetty 9.4.34 via automation Oct 30, 2020
@joakime joakime changed the title Support regex in SslContextFactory .setExcludeProtocols and .setIncludeProtocols Support regex in SslContextFactory include/exclude of protocols Oct 30, 2020
joakime added a commit that referenced this issue Oct 30, 2020
…Factory

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime added a commit that referenced this issue Oct 30, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime added a commit that referenced this issue Oct 30, 2020
…cols

Issue #5535 - Adding support for regex include/exclude of Protocols to SslContextFactory
@joakime
Copy link
Contributor Author

joakime commented Oct 30, 2020

Merged into jetty-9.4.x.

@joakime joakime closed this as completed Oct 30, 2020
Jetty 9.4.34 automation moved this from To do to Done Oct 30, 2020
joschi added a commit to dropwizard/dropwizard that referenced this issue Nov 26, 2020
…ctory" (#3579)

Jetty 9.4.34.v20201102 added support for regular expressions in included/excluded protocols.

https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.34.v20201102

Refs #3533
Refs jetty/jetty.project#5535
This partially reverts commit 206e858.
joschi added a commit to dropwizard/dropwizard that referenced this issue Nov 26, 2020
…ctory" (#3579)

Jetty 9.4.34.v20201102 added support for regular expressions in included/excluded protocols.

https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.34.v20201102

Refs #3533
Refs jetty/jetty.project#5535
This partially reverts commit 206e858.

(cherry picked from commit cf2230d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
1 participant