Open cescoffier opened 3 years ago
Already fixed by: https://github.com/vert-x3/vertx-web/pull/2035
but...
A proper and correct fix should land after https://github.com/eclipse-vertx/vert.x/pull/4099 is merged and the required changes land here.
We can backport the "quick" fix to 4.1 if needed, it's not complex.
Has this been backported? We still have issues fetching openapi specs using https: #2073
(If not, please backport or make a new Beta-release?)
Bug
Invalid schemes are not reported to the future, but directly to the Vert.x exception handler.
Version
4.1.3 without the possibility to switch to 4.2 for now.
Context
I encountered an exception which looks suspicious while ...
Do you have a reproducer?
A reproducer is a simple project hosted on GitHub (or another forge supporting git clone operation) that has a build file that can be executed to reproduce the issue.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
See https://github.com/quarkusio/quarkus/issues/20423 which provides a reproducer.
Steps to reproduce
mvn quarkus:dev
The log indicates that the exception bypass the handler (which is waiting for the failure).
Extra