SOLVED: Re: Odd behaviour on Expiry-headers

2006-08-15 Thread Gregor Schneider
Bill, thanks so much, some of my hair being pulled out must have fallen into my eyes blinding me... That was it! Thanks a lot! Greg -- what's puzzlin' you, is the nature of my game - To start a new topic, e-mail: users@tomcat

Re: Odd behaviour on Expiry-headers

2006-08-14 Thread Bill Barker
You need to call response.setHeader before calling chain.doFilter. Otherwise, except for very small responses (like 304) Tomcat will have already sent the headers to the browser before chain.doFilter returns. What you are seeing in the Expires header for your 200 responses is Tomcat's default v