Re: [Resin-interest] Issue with Content-Type Header Being Overwritten

2007-01-23 Thread Scott Ferguson
On Jan 22, 2007, at 8:12 PM, Michael Varshavsky wrote: Scott, Thank you so much for trying to help me. I did some thinking and now I'm starting to blame the RequestDispatcher. Could it be that some special HttpServletResponse wrapper prevents servlet resources that are called through

Re: [Resin-interest] Issue with Content-Type Header Being Overwritten

2007-01-22 Thread Michael Varshavsky
Scott, Thank you so much for trying to help me. I did some thinking and now I'm starting to blame the RequestDispatcher. Could it be that some special HttpServletResponse wrapper prevents servlet resources that are called through the RequestDispatcher from setting content type on the parent?