: Transfer-Encoding: chunked : Content-Type: application/xml; charset=UTF-8 : : 47 : <delete><query>name:fred AND currency:USD</query></delete> : 0
... : Due to the way our servers are setup, we get an error and we think it is due : to these numbers being in the body of the request. please be specific about the errors you are seeing. If your servlet container can't handle "Transfer-Encoding: chunked" requests, that suggests that it isn't HTTP/1.1 complient -- unless it's returning "501 Unimplemented", in whichcase it just sounds like a really silly HTTP/1.1 server (chunked encoding has been arround since the dark ages) Ergo: i'm suspicious that chunked encoding is reall ythe problem. details (of the error your are getting) matter. -Hoss