Re: 5.5.7 Filter Issue

2005-03-02 Thread Peter Johnson
After some further logging within the filter it would appear that the following is happening context1 context2 |--| |--| --> Filter --> Servlet --> Servlet | |---Filter <-- Servlet <---| |->Filter --> Servlet -->

Re: 5.5.7 Filter Issue

2005-03-02 Thread Peter Johnson
Correction it is doing context1 context2 |--| |--| --> Filter --> Servlet --> Servlet | <-- Servlet <| Peter Johnson wrote: Hi all, I am including another context's servlet output however the fil

5.5.7 Filter Issue

2005-03-02 Thread Peter Johnson
Hi all, I am including another context's servlet output however the filter that should be applied isn't. e.g. seems to be doing context1 context2 |--| |--| --> Filter --> Servlet --> Servlet | <-