Hi Tarek, It seems to me your problem comes from your filter test. I'm not a filter expert and I've not taken the time to analyze it. Here's the relevant portion in the log:
[snip] > org.apache.cactus.server.FilterTestRedirector - >doFilter > DEBUG 2003-11-16 15:24:22,005 httpclient.wire - << "HTTP/1.1 500 > Internal Server Error[\r][\n]" > DEBUG 2003-11-16 15:24:22,005 httpclient.wire - << "Content- > Type: text/xml; charset=UTF-8[\r][\n]" > DEBUG 2003-11-16 15:24:22,005 httpclient.wire - << "Date: Sun, > 16 Nov 2003 13:24:20 GMT[\r][\n]" > DEBUG 2003-11-16 15:24:22,005 httpclient.wire - << "Transfer- > Encoding: chunked[\r][\n]" > DEBUG 2003-11-16 15:24:22,005 httpclient.wire - << "Server: > Apache Tomcat/4.1.27 (HTTP/1.1 Connector)[\r][\n]" > DEBUG 2003-11-16 15:24:22,015 httpclient.wire - << "Connection: > close[\r][\n]" > WARN 2003-11-16 15:24:22,015 org.apache.commons.httpclient.HttpMethodBase > - Chunk-encoded body missing [snip] It seems your filter is failing to return the body content somehow. -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
