|
From: Krystian L. <KL...@ad...> - 2007-10-05 09:43:30
|
Hi=20 Is there any way to block incoming requests bigger than defined by us value using jetty configuration? At the begging I thought that it will be maxFormContentSize property but it only takes effect for POST messages with Content-Type: application/x-www-form-urlencoded and I=E2=80=99m looking for something gen= eral =E2=80=93 to block incoming large request of any type. I checked the sources and it looks like that it will be possible if I overwrite class org.mortbay.jetty.HttpParser =E2=80=93 method parseNext(), = but maybe there is other option. Thanks for any help Regards Krystian L. --=20 View this message in context: http://www.nabble.com/How-to-block-requests-b= igger-than-defined-value-tf4574140.html#a13056338 Sent from the Jetty Support mailing list archive at Nabble.com. |