Thanks Polar, I'll slap this on trunk when I'm back in the office tomorrow morning, unless someone else picks it up before then ...
/Eoghan > -----Original Message----- > From: Polar Humenn [mailto:[EMAIL PROTECTED] > Sent: 19 April 2007 21:08 > To: [email protected] > Subject: Re: HTTPConduit change > > The patch for this is attached. Could somebody please apply? > Thanks, > -Polar > > Polar Humenn wrote: > > 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 > > > >
