Hi all,

I have embedded Jetty, and I have set the following values into Jetty Server, 
but for some reason when these values exceeded the maximum set value, Jetty is 
not throwing exception or significant warning. What should I do so that Jetty 
will throw necessary error message either back to the client or in the log2j 
log file. Please see code snippet below. Any pointers would be greatly 
appreciated.

server.setAttribute("org.eclipse.jetty.server.Request.maxFormContentSize", 
200000);
httpConfiguration.setRequestHeaderSize(headerLength.intValue());

Thanks,

Ike
=====================================================
Please refer to https://northamerica.altran.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to