vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

HTTP web applications for Vert.x

Results 232 vertx-web issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Describe the feature If the content type of a request is not matching the accepted content types, a `415 Unsupported Media Type` status is returned. According to the [mdn...

enhancement

This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in `io.vertx.core.http.HttpClient`. Internally, we delegate the calls to the underlying client. Motivation: Explain here...

This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in `io.vertx.core.http.HttpClient`. Internally, we delegate the calls to the underlying client. Motivation: We don't...

I've fallen into this while working on improving allocations for Quarkus: - quarkus register several routes - some of these routes, while iterated to find a match, hit https://github.com/vert-x3/vertx-web/blob/ed413097ca51eedc18db827c92f1514565e9b9b0/vertx-web/src/main/java/io/vertx/ext/web/impl/RouteState.java#L1225-L1230 -...

At present, message verification is always written as dead. I hope to be able to customize messages like hibernate.validator

enhancement
help wanted

Adding the feature described in https://github.com/vert-x3/vertx-web/issues/2632

Closes #2519 Commits can be reviewed individually. When option classes are introduced, it is attempted to minimize the breaking change impact by keeping the same method names. For example: `StaticHandler#setIncludeHidden`...

Allow users to specify a catch all error handler, in case the error handler for a specific (unexpected) status code is missing. For example, if a 415 error handler is...

enhancement

### Version \>=4.5.6 ### Context This(https://github.com/vert-x3/vertx-web/pull/2582) pull request broke multiple `JWTAuthHandler`s hooked with a `ChainAuthHandler.any()` (Well actually it wasn't checking for scopes before) So I am using `vertx-web-openapi-router` and it...

bug
help wanted