1 Reply Latest reply on Jan 28, 2014 11:32 AM by rhusar

    lost request chunk when using mod_proxy_ajp

    michael_jank

      Hi,

       

      I am using Wildfly CR1 together with an Apache, communicating via mod_proxy_ajp.

       

      When sending form posts containing so many parameters that the request is chunked, sometimes it happens that the last chunk is lost somewhere between Apache and the web application. I can trace that the Apache writes all parameters into AJP, but not all make it into the web application, having the idea that something happens on request parsing in undertow.

       

      This effect does not happen on all requests, however, it is reproducable regularly.

      When using mod_proxy_http between Apache and Wildfly, everything seems fine.

       

      Are there any known issues concerning chunked requests when using mod_proxy_ajp?

       

      Thanks and cheers,

      Michael