I am using JBoss EAP 6.1 and JSF implementation Mojarra 2.1.19.
After the POST content length reaches around 48000 bytes, then the Richfaces AJAX requests stop working. Empty responses are returned (200 OK) and the invoke application phase does not call my bean method. All JSF phases finish for around 2ms and empty response is returned.
What can be the cause and how can I solve it?