Currently the BodyHandler is enabled on all the domain routes. Sometimes, some browsers send a GET method on the GW after an IDP redirection with a url-form-encoded content-type. This throws an ERROR ...
This repository contains a minimal test case showing an issue with Vert.x-web provided request body parsing middle-ware BodyHandler. The problem is that BodyHandler needs to register callbacks on the ...