Skip to content
#

Eclipse Vert.x

vertx logo

Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.

Here are 883 public repositories matching this topic...

haizz
haizz commented Jul 14, 2021

#1258 and #1264 provided a way to find out if there was a CSRF validation error by comparing failure error message to CSRFHandler's ERROR_MESSAGE constant.

This is broken in Vert.x 4.1.1 because CSRFHandlerImpl now fails with common Java exceptions like IllegalArgumentException with hard-coded strings:

ctx.fail(403, new IllegalArgumentException("CSRF validity expired"));
smallrye-mutiny

Created by Tim Fox

Released 2011

Organization
eclipse-vertx
Website
vertx.io
Wikipedia
Wikipedia

Related Topics

java netty polyglot reactive