After some further logging within the filter it would appear that the
following is happening
context1 context2
|--| |--|
--> Filter --> Servlet --> Servlet |
|---Filter <-- Servlet <---|
|->Filter --> Servlet -->
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
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 |
<-