> looks to me like your using the jetty6 packaging, try shifting that > over to org.eclipse.jetty.server.Request
Thanks! You've restored my sanity. I guess I wasn't completely clear on the transition over to the org.eclipse packages but it makes perfect sense: <systemProperty> <name>org.eclipse.jetty.server.Request.maxFormContentSize</name> <value>-1</value> </systemProperty> solved the problem. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
