Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] MAXIMUM FORM CONTNT SIZE ISSUE and RequestHeader size
  • From: Eze Ikonne <ike.ikonne@xxxxxxxxxx>
  • Date: Wed, 17 Jun 2020 23:49:16 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=aricent.com; dmarc=pass action=none header.from=aricent.com; dkim=pass header.d=aricent.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=dde8H+8Lo1cY+NOw9dIKsT9aOJbq/1wPcJ8qbsI7/gc=; b=iviZoxYy0KHmZHHVK171cbAGTvlum3DJb58tNOpuBKUFqnpZzF9LvH8nPVbLu2G6YG+usk7ONCR7YZpD6wxq7aGqqmMMhfcjWPtZ15V/DBVf99NZVBxDJXz0/aTwp0+9vU1EPmFeDn0JE7sUCN15G5wdZu2LrEGoxdecjMoN3USFo+A2uPdBqwpxW1Y6crfDrH1KCWPrDz5U0/cazVIMJiQOIYmnXGhvg2SIToi5QLUgCbsAVIHEaGr4rfI7VCKfYC+7k7kbzTCcpkHgbWcfN2vxvy34Q9fhOIJNvb1MMdvC/q/CQxYRUiGauHElG1RY/pjFDlDfSV3FKJp3+XzWsA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=masaZ3HlOpjsicPFbmGPt3U4cZYO9ZghusDfii+ZDma5HCqZdzeXKS5pBCRQZaCEOqApsCcyh7tYW5vgPt1tDHEjBRQHWwKwW2aEWg21xHZhnv7kRBqefiHmngFl+t0N4uZixytKdaUBI/GLeTn7lcaGlBhprVmTskNB7YkiLiJHh7YY8oXs5uAwth8u0GY1ecbymOCDm1MjCSDUH9jwiIa5znQVQO9kTx7zPw+oXnHin205pUDfwjnTP5z0lCVqG9Rc3i46It4ERgch4KsKWWCylTiCwiT84AxrTRpGPS5MVfi1NnNrlLRd3ecLVV0T6tsb4ivLoVZzvRq0AN4wuQ==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdZFAQEE5u1enphHTTGVsjDbs/rzxw==
  • Thread-topic: MAXIMUM FORM CONTNT SIZE ISSUE and RequestHeader size

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.
=====================================================

Back to the top