Any particular reason why this was removed from HTTPConduit.java when path for CXF-438 was applied?
- connection.setRequestProperty(HttpHeaderHelper.CONTENT_TYPE, ct);
- } else if (enc != null) {
- connection.setRequestProperty(HttpHeaderHelper.CONTENT_TYPE,
"text/xml; charset=" + enc);
- } else {
- connection.setRequestProperty(HttpHeaderHelper.CONTENT_TYPE,
"text/xml");
}
Jarek
