Hello.
I have been using httpclient for a long time without any issues. Recently, one of our installations has a problem where the XML coming back from the server has a character being replaced with a \0. We ran a WireShark trace and the data is correct, but the wire trace from httpclient shows the null. The server for this transaction is Jetty. We are using the latest 3.1 jar file. Here is an excerpt from my log. Note the /FIEL[0x0] on the last line. Has anyone seen this before? Do you have any recommendations? 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpParser enter HttpParser.readLine(InputStream, String) 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpParser enter HttpParser.readRawLine() 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.header << "[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,org.apache.commons.httpclient.HttpConnection enter HttpConnection.getResponseInputStream() 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECTTRANSFER>[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECTSET classid="Teacher">[\r][\n]" 10/3/07 8:24 AM,main,DEBUG,httpclient.wire.content << "<DBOBJECT type="com.aeseducation.model.Teacher"><FIELD name="Title">Mr</FIELD><FIELD name="Password">9abd3d9b983e99aa1fd94837498b0bea</FIELD><FIELD name="IsGuest">false</FIELD><FIELD name="HomeAddress">q</FIELD><FIELD name="HomeCity">q</FIELD><FIELD name="HomeState">CA</FIEL[0x0]><FIELD
