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

dropwizard / dropwizard / 4220 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2017 07:43PM UTC
Files 399
Run time 15s
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

29 Nov 2017 07:30PM UTC coverage: 86.994% (+0.04%) from 86.951%
4220.1

push

travis-ci

arteam
Return a 400 when a request body can't be decompressed (#2222)

* Return a 400 when a request body can't be decompressed

Currently, making a request with content-encoding set to gzip (or
deflate) with content that's either not-gziped or truncated results in
a 500 because the exception from GZipInputStream is never handled.

This change decorates GZipInputStream so that operations that fail
because of invalid input will be intercepted and a 400 response sent.

* fixup: test IOException propagation

* fixup: fix nits

* fixup: consolidate exception handling logic

* fixup: extend InputStream instead of FilterInputStream

6789 of 7804 relevant lines covered (86.99%)

77.63 hits per line

Source Files on job 4220.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4220
  • Travis Job 4220.1
  • 8d47ba09 on github
  • Prev Job for on master (#4203.1)
  • Next Job for on master (#4221.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc