On Mon, Jan 29, 2018 at 9:27 AM, Mark Thomas wrote:
>
> On 29/01/18 17:19, Robert J. Carr wrote:
> > I have a Filter that uses the output stream from the response of the
> > servlet in the chain. In order to do this I create a custom response
> > wrapper that has a custom servlet output stream.
>
On 29/01/18 17:19, Robert J. Carr wrote:
> I have a Filter that uses the output stream from the response of the
> servlet in the chain. In order to do this I create a custom response
> wrapper that has a custom servlet output stream.
>
> This works fine, but in moving to a newer Java EE API there
I have a Filter that uses the output stream from the response of the
servlet in the chain. In order to do this I create a custom response
wrapper that has a custom servlet output stream.
This works fine, but in moving to a newer Java EE API there have been a
couple new (abstract) methods added to