I am not able to send long strings (more than 96 char. Tested in FF12 and Chrome 18) in jquery post method. My servlet is -
public class TestServletAsh extends H
May be your webserver i.e. Jboss could be the issue. You can look into changing server config parameters
Try setting maxPostSize = 0 in conf/server.xml file