Jboss5 struts1 ajax response data limited

21 views Asked by At

I'm working in a system that's doing an ajax request (HTTP GET) to a struts action and is waiting for a JSON response, when the json string is small there's no problem, however when the string have more then 8k characters the json is being cut.

I've tried to increase maxHttpHeaderSize from jboss 5 but the behavior of cutting the json continue. So what do I need to configure to increase this limit of 8kb?

Thanks for the help

0

There are 0 answers