Using cf-client 2.0.2 and reactor-core 3.0.3 the auth request fails with missing content-length header. Using 2.0.1 and 3.0.3 I can see content-length: 0
Here's the full request that fails.
POST /UAALoginServerWAR/oauth/token?client_id=cf&client_secret=&grant_type=password&password=<redacted>&username=<redacted> HTTP/1.1
host: mycfhost
content-type: application/x-www-form-urlencoded
authorization: Basic <redacted>
accept: application/json