Problem while setting response header in a filter

Hi,

I am intercepting response in a filter and trying to modify the response header, so that my subsequent class would get the header in request .

Somehow i don't get the header in request. I don't know whats going wrong.

I have few more filters other than the one in which i m modifying the response header.

I change the response header before calling doFilter() method.

Where am i going wrong ?

[435 byte] By [Abbysa] at [2007-11-27 8:27:07]
# 1
The subsequent servlets and filters will get the same request that the first filter has. The passing to the next servlet is via a method call.
tolmanka at 2007-7-12 20:16:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...