Donie, perhaps you have some initialization code in the doFilter method? That would explain why the first request does not do what it should but all the subsequent runs do. Check that all initialization code is in the constructor and/or in init(FilterConfig) method of your filter.
Christoph --------------------------------------------------------------------------- This message has been posted through the Jakarta Tomcat 4.0 F.A.Q. on line forum, and can be seen at: <http://nagoya.apache.org:8080/jive/thread.jsp?forum=1&thread=9> For more informations about the on-line Jakarta forums, please go to: <http://nagoya.apache.org:8080/jive/> --------------------------------------------------------------------------- -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
