I'm getting the following error on CAS 5.3 with AJP:
2019-09-30 11:19:19,411 ERROR [org.apache.coyote.ajp.AjpProcessor] Header message of length [11,006] received but the packetSize is only [8,192]
2019-09-30 11:19:19,411 ERROR [org.apache.coyote.ajp.AjpProcessor] Error processing request
java.lang.NullPointerException: null
So I should increase the packetSize of the AJP connector, but it's missing from
https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties.html#ajp
Is it hidden somewhere else ?