import org.eclipse.jetty.server.Server; //... other code here...// int port = 8080; Server server = new Server(port); server.setAttribute("org.eclipse.jetty.server.Request.maxFormContentSize", -1);
Read full article from java - Form too Large Exception - Stack Overflow
No comments:
Post a Comment