Hi Vincent, First I'd like to thank you for your reply to my other question. I really never went that far down that page :)
I'd like to suggest adding a hint to the "writing\howto_security.html" page, to suggest that the procedure described can also be automated with CactifyWar. If you think this is a good idea, I can volunteer to do it. As for this question, I do see that this is the error cause. But what's strange is that, the error disappears when I add the trivial test, eventhough, the trivial test does not even instantiate the filter. Plus, up in the logs, it's obvious, the filter did return a response. Thanks, Tarek Nabil -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2003 4:01 PM To: 'Cactus Users List' Subject: RE: Strange Problem 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
