I would like to extend AJP buffer size (in org.apache.jk.common.MsgAjp) as a
configurable option. We really needed the buffer above 8 kb (because of
Kerberos integration.)

Here is the plan: 

i) maxAJPBufferSize on connector definition will accept buffer size above 8
kb

For example:
    <Connector port="8009" 
               ...
               protocol="AJP/1.3" 
                   ...
                   maxAJPBufferSize="32768" />

if maxAJPBufferSize attribute is absent, then 8 kb is the default.

ii) add a new constructor to MsgAjp to take in the size parameter

I appreciate any comments/suggestions in this regard.

Thanks, Srini





---------------------------------------------------------------------------------------------------------
This e-mail message may contain privileged and/or confidential information, and 
is intended to be received only by persons entitled to receive such 
information. If you have received this e-mail in error, please notify the 
sender immediately. Please delete it and all attachments from any servers, hard 
drives or any other media. Other use of this e-mail by you is strictly 
prohibited.


All e-mails and attachments sent and received are subject to monitoring, 
reading and archival by Monsanto. The recipient of this e-mail is solely 
responsible for checking for the presence of "Viruses" or other "Malware". 
Monsanto accepts no liability for any damage caused by any such code 
transmitted by or accompanying this e-mail or any attachment.
---------------------------------------------------------------------------------------------------------

Reply via email to