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 | The invoked URL is a servlet which writes the XML in the response. If I use JDK 1.4 it's ok. Any idea? Thanks, Andrea View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878927#3878927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878927 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
