-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Labels
Comments
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
Merged into |
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
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.
The text was updated successfully, but these errors were encountered: