vertx-web
vertx-web copied to clipboard
HTTP web applications for Vert.x
### Version 4.5.7 but it's in master too. ### Context There is very weird behavior in `HttpServerrequest` between vert.x and vertx-web. In vert.x when the host header is missing it...
Changes in vertx-web/src/main/asciidoc/index.adoc @line-250,251 Motivation: There was a contradictory statement in vertx-web docs at #routing-by-exact-path. Conformance: Your commits should be signed and you should have signed the Eclipse Contributor Agreement...
CSRF validation fails because CSRFHandler updates the session AFTER the session is already flushed
### Version 4.5.7 ### Context Root cause seems to be in #2500 (#2447, #2460) CSRFHandlerImpl updates the session with *End* Handler: ```java private String generateToken(RoutingContext ctx) { // ... ctx.addEndHandler(sessionTokenEndHandler(ctx,...
### Version 4.5.7 ### Context We have an interceptor by implementing `Handler`, in which the call to the `handle()` could raise an exception during the `SEND_REQUEST`client phase. In such case,...
This PR addresses a potential issue where concurrent exceptions could occur during the resolution of recursive references. Although these exceptions are challenging to reproduce reliably due to their time-sensitive nature,...
### Version 4.5.8 ### Context When using a Router to handle http requests, sending an HTTP 1.0 request without host header triggers an exception. ### Do you have a reproducer?...
``` [02:52:02] Unhandled exception in router [02:52:03] Unhandled exception in router [02:52:03] Unhandled exception in router [02:52:08] Unhandled exception in router ``` I use: ```java Vertx vertex = Vertx.vertx(); Router...
Switching to new web client expectation ( #2607 ) occurre bug when body codec response is set. Response is decoded prior to check expecting and result to a DecodedException **Version**...
Release notes: https://github.com/graphql-java/graphql-java/releases/tag/v22.1
We have successfully executed requests using Automatic Persisted Queries and request batching separately. However, when these two features are combined, the following exception occurs. ` graphql.AssertException: query can't be null...