Closed b8b closed 2 months ago
Can you please sign the Eclipse Contributor Agreement and then sign-off your commit? Thank you
@b8b do you need any help with signing the contributor agreement?
@b8b thank you for the contribution and the fix. I am facing the same issue and I am really keen on this merging and getting released. Can you please take a few minutes and sign the contribution agreement? Much appreciated!
Superseded by #2640
In vertx-core,
HttpServerRequest#authority()
andHttpServerRequest#scheme()
are marked as@Nullable
.This patch fixes NPEs in vertx-web
HttpServerRequestWrapper#authority()
andHttpServerRequestWrapper#scheme()
that can be triggered for example when called from within a failure handler on an HTTP/1.0 request.See also #2629