Jarek Gawor wrote:
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
Hi Jarek,
In the copy in which I applied the middle segment starting with "else
if (enc != null)" segment wasn't there. Maybe it looks like that snuck
in between the time I was creating patches and when it got applied.
It's easy enough to fix.
Cheers,
-Polar