• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dropwizard / dropwizard / 3861
86%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 05:48PM UTC
Jobs 1
Files 384
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3861

push

travis-ci

web-flow
Add support for setting several cipher suites for HTTP/2 (#2119)

There are many SSL ciphers which are supported by HTTP/2 clients (see
https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility)
and the user should have the ability to use them in Dropwizard
applications. Currently it's not possible because Dropwizard forces
the default cipher `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` defined
in the HTTP2 spec.

This change allows users to provide a custom list of supported ciphers,
so clients who support more strong ciphers, can use them. The provided
list of ciphers MUST contain the `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
cipher as defined in the HTTP2 spec.

Redux of #1978.

6 of 6 new or added lines in 1 file covered. (100.0%)

6323 of 7423 relevant lines covered (85.18%)

78.09 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
dropwizard-logging/src/main/java/io/dropwizard/logging/DefaultLoggingFactory.java
Jobs
ID Job ID Ran Files Coverage
1 3861.1 02 Aug 2017 05:48PM UTC 0
85.18
Travis Job 3861.1
Source Files on build 3861
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3861
  • ea2f1230 on github
  • Prev Build on master (#3854)
  • Next Build on master (#3864)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc