Closed ljpengelen closed 4 weeks ago
As far as I can see, the test failure is not caused by the changes in this PR. There seems to be something wrong with CSRFHandlerTest#simultaneousGetAndPostDoesNotOverrideTokenInSession
. On my machine, it fails when I run it in isolation, but succeeds when its executed together with the other tests in the class CSRFHandlerTest
.
can you rebase on master ? thanks for cherry picking also the change I did after.
thanks @ljpengelen
Motivation:
Backport of https://github.com/vert-x3/vertx-web/pull/2662 and https://github.com/vert-x3/vertx-web/pull/2666.