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

zalando / logbook / #4057
97%
master: 100%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 27 Mar 2023 03:50PM UTC
Jobs 1
Files 193
Run time 4s
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
#4057

push

web-flow
Request getHeaders() from ClientHttpResponse before retrieving body (#1462)

* Request getHeaders() from ClientHttpResponse before retrieving body

Some implementations of URLConnection (sun.net.www.protocol.http.HttpURLConnection on JDK 17 temurin) throw exceptions the first time getInputStream is called when the response code is >= 400.

The issue was not spotted before as by the time the response body is requested, header filters were accessing getHeaders() first. After that the response input stream reference is returned without the status code check.

* Bump Spring 5 version to address CVE-2023-20861

* Revert the version upgrade and suppress the warning for now

3284 of 3284 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #4057.1 27 Mar 2023 03:50PM UTC 0
100.0
Source Files on build #4057
Detailed source file information is not available for this build.
  • Back to Repo
  • 63883db3 on github
  • Prev Build on main
  • Next Build on main
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