|Hi,

i look for an way to define an hard limit for the Maximum Request size
an client is able to send.
To be more specific mainly the request body is in my concern. The limit
"maxFormContentSize" only works
for form data. But not for text/xml body and maybe even only if there is
an content-length header.
But for security reason i like to limit raw upload also. That mean
1) If Content-Length is larger than limit close the connection the hard way.
2) If no content-lengthand there is read more than limit bytes from
input stream/reader
  also disconnect the connection.
Since this is for security i think it should be an server parameter.

Gruß Thomas
|
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to