Re: [Resin-interest] Includes and response outputstream/writer

2006-11-15 Thread Scott Ferguson
On Nov 15, 2006, at 10:58 AM, Christian Amott wrote: > Hi, > > At least in resin 2.1, it appears that when one does an include > using RequestDispatcher.include(), the included data is piped through > the responses outputStream and not it's writer - thus the included > data is not encoded as per

[Resin-interest] Includes and response outputstream/writer

2006-11-15 Thread Christian Amott
Hi, At least in resin 2.1, it appears that when one does an include using RequestDispatcher.include(), the included data is piped through the responses outputStream and not it's writer - thus the included data is not encoded as per the java spec for response.getOutputStream (). Because of