vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 535 forks source link

fix: stop users being trapped by unresponsive APIs #2500

Closed chrispatmore closed 1 year ago

chrispatmore commented 1 year ago

adjust the behaviour of the CSRF handler so that users can no longer be trapped if the API handler behind the CSRF handler never responds

Contributes To: https://github.com/vert-x3/vertx-web/issues/2447

equivalent to:

but for 4.x