Hi,
I'm invoking an URL from Java code in JBoss 3.2.1+Tomcat4.1.24 using JDK 1.3.0_07. The response body (which I get using connection.getInputStream()) contains an XML document but sometimes I found also the HTTP headers, e.g.
HTTP/1.1 200 OKContent-Type: text/html;charset=iso-8859-1;Transfer-Encoding: chunkedDate: Tue, 24 May 2005 12:54:53 GMTServer: Apache Coyote/1.02000<?xml version='1.0' encoding='ISO-8859-1'?><Metadata ...>...</Metadata>0