Reputation: 37
I have a JBoss Application Server 7 is being used. However, the error appeared. 0:25:18,504 DEBUG [org.apache.coyote.http11.Http11Processor] (http-jboss.ap.com-192.168.0.32-80-7) Error parsing HTTP request header: java.lang.IllegalArgumentException: Request header is too large
How can this be solved please? In jboss7 a way to increase the size of the post for?
Upvotes: 1
Views: 2681
Reputation: 1329
Try setting the maxPostSize attribute.
This
http://programmaremobile.blogspot.com/2009/05/request-header-too-large-exception.html
lead me here
http://docs.jboss.org/jbossweb/2.1.x/config/http.html
Upvotes: 1