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