Hi, I'm using Cactus to test a filter. The filter is mapped to /* I'm calling the filter inside a FilterTestCase like this
MyFilter filter = new MyFilter(); filter.init(filterConfig); filter.doFilter(...); I'm seeing the doFilter called twice, I assume this is because the filter is mapped to /* and the cactus request is firing the filter. This must be a common problem and I was wondering what if anything is the work around? Thanks Kevin Jones --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
