Hi, Does Restlet expose a way to reject incoming requests which are too large? We are using Restlet on Jetty, and Jetty exposes this feature via the maxFormContentSize property (http://wiki.eclipse.org/Jetty/Howto/Configure_Form_Size), but I cant find a way to set this through Restlet.
Do I have to create an extension to HttpServerHelper that overrides configure() to do this? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3029864

