Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Controlling Maximum Header and Maximum Form content size
  • From: Eze Ikonne <ike.ikonne@xxxxxxxxxx>
  • Date: Mon, 5 Oct 2020 15:49:06 +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=Oq6vfBFF2kS2mvKwbpJeCoexeQXXZLYd4Sv8OVCCEe8=; b=nQzbDXBvSRULIHrckzq5BxQ5n7FNtUB5iHJ4IWWMfHBLdbQp1mfeYjOZmTeVShEVle/Rim24Uo3qEYhachd1RoqnNou6t5arLUhCi7qj54KTvnR9Tci7wYIGt/P+UR7YQYkjPFxfbFuKY1J7IO5n2aBgjm7JfsIc7Cj3oKq0aZmLGSx6UD0AxawF6qWIaGH+wE6jwhKRBOERhNwYil0ZA8mOeM+RPRKNrfFVa/8x7bMh+fWtcryl8lIx1Bg/I5yOMe8aGO1jv/gVo0ZZvfF1PIWPUGzglcuO98s8cy1mbzf+emrbPiYr9uTOyuRwd90ZmjaZW9aPHVIBr7LYtHCX3g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aKotHypw4ftZxmuLS3WfGkR9+GHWNUaL3/vW9LPM4ZPPpcd2zADJM9odNVEBifVzhlHde+UP9TqqwnmcdoetBJQjXrekA4BQRv0Y6ESyZbRDCyvszubnf7K5BTVC4QEa7IH3E/tbHnC5nOuI6H31jLXZERkxBffCKlP+XGvPTl4w3/GItzEQIrZ2UoaCz3f7aHTkfbRSXHw1b668JD1wc6cXzO4tSzuMmz27fTpv8kpnADMMwPDl4g1B1iVH0XHbJD9IBtCg9OjGvdLJncdOwcTOlLZXBz7E7bJIcRE4MOl7KHDOGz9pbw/g2zJFwsnB9+KcJliger+yayLppygsBw==
  • 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: AdabLwqJn9bXzr8yTQqOJEPo6XOSpQ==
  • Thread-topic: Controlling Maximum Header and Maximum Form content size

Hi all,

 

I would like to know what method/API  to set in order to control Maximum Header length and Maximum Form content size.

We are running embedded jetty-server-9.4.20.v20190813 and I would like to control the Maximum Header Length size and Maximum Forrm content size.

Also, what a potential test scenario would look like. We saw  “WARN  HttpParser - Header is too large 8193>8192” in our log file and we would like to control it.

 

Thanks,

 

Ike

=====================================================
Please refer to https://northamerica.altran.com/email-disclaimer
for important disclosures regarding this electronic communication.
=====================================================

Back to the top