Is there an easy way to create a ServletOutputStream in a Filter? What I want to do is get the result of a resource call getOutputStream.write(...). To do this I need to supply my own ServletOutputStream, but SOS is abstract, so it seems I must subclass and provide my own class. There must be a better way, is there? Kevin Jones DevelopMentor www.develop.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
