dev@grizzly.java.net

parameters for ChunkedInputFilter

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Tue, 29 Nov 2011 11:27:02 -0800

Hi,
I am planned to port a change on ChunkedInputFilter.java about trailer
header from Tomcat.
There is a configurable parameter to configure an internal buffer.
In Tomcat 6, it put it as under a static variable which is configurable
as system property.
In Tomcat 7, it is configurable through xml and the necessary parameters
are added to constructors of ChunkedInputFilter and *Processor.

What is the best way to do this in Grizzly 1.9.x?

Shing Wai Chan