2015-02-25 17:17 GMT+01:00 Christopher Schultz <ch...@christopherschultz.net
>:

> This configuration seems to solve the issue:
>
>     <Connector port="@connector-port@"
>        redirectPort="443"
>            protocol="org.apache.coyote.ajp.AjpNioProtocol"
>         URIEncoding="UTF-8"
>          packetSize="65536"
> socket.appReadBufSize="65536"
> socket.appWriteBufSize="65536"
>            executor="tomcatThreadPool" />
>
> Thanks for the tip, Rémy.
>
> So, to recap, here's what I know so far:
>
> 1. AjpNioProtocol fails under some conditions (my post-login page)
>    with packetSize larger than the default.
>
> 2. Using AjpProtocol (BIO) connector solves the problem
>
> 3. Using the default AJP packet size solves the problem
>
> 4. Specifying socket.appReadBufSize and socket.appWriteBufSize to be
> the same as the packet size solves the problem
>
> I'm still working on a small test case to help motivate debugging.
>

The code is completely different and looks fixed in trunk.

Rémy

Reply via email to