peter-janssen

Results 2 issues of peter-janssen

#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...

Issue: Bug

It seems that #5035 introduced some unexpected behaviour. Specifically when the `ResponseWriter` processes unhandled errors and [completes](https://github.com/eclipse-ee4j/jersey/blob/d64cfaf0693afdd91b91bc3176daf7619abd1831/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ResponseWriter.java#L236) the `CompletableFuture responseContext` exceptionally. This causes an exception in the `writeResponseStatusAndHeaders` method of...