Wiring HTTP client security in Spring

Cantor, Scott cantor.2 at osu.edu
Fri Oct 21 21:07:09 EDT 2016


On the subject of "why upgrade HttpClient", I just wasted about 3 hours debugging a bug in this version, turns out if you pass an InputStream as the source for an entity body to send, it sets the length to 1 instead of -1, and literally sends 1 byte. ;-(

-- Scott



More information about the dev mailing list