Peter Huber wrote:
 Hi y'all

Recently I was assigned to the following task:

But the Problem is that it does not work from arbitrary client. I tracked
down the problem: It is a hardcoded limit of 8 KB transmission buffer both
in isapi_redirect.dll and in the AJP 1.3 protocol implementation. This makes
requests with rather long kerberos data fail.


This feature is enable in mod_jk 1.2.19 and Tomcat 5.5.20+
use the
worker.xxx.max_packet_size=32768
and
packetSize="32768" in server.xml for AJP/1.3 Connector.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to