-
Use the SimpleClientHttpRequestFactory · c8be9561Johannes Edmeier authored
Apparently when the Netty4ClientHttpRequestFactory is being used the content- lenght header is not being set in the POST request. Therefore the simple one is now being hardcoded to override decetion by the RestTemplateBuilder. fixes #248
c8be9561