From issues-return-94715-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Mar 25 20:16:07 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2DB3818063D for ; Wed, 25 Mar 2020 21:16:07 +0100 (CET) Received: (qmail 89155 invoked by uid 500); 25 Mar 2020 20:16:06 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 89146 invoked by uid 99); 25 Mar 2020 20:16:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2020 20:16:06 +0000 From: GitBox To: issues@nifi.apache.org Subject: [GitHub] [nifi] alopresto commented on issue #4125: NIFI-7153 Adds ContentLengthFilter and DoSFilter Message-ID: <158516736637.13852.15104152475727262405.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Wed, 25 Mar 2020 20:16:06 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit alopresto commented on issue #4125: NIFI-7153 Adds ContentLengthFilter and DoSFilter URL: https://github.com/apache/nifi/pull/4125#issuecomment-604062889 Through tracing the test, I am seeing `HTTP ERROR 417 Read Too Many Bytes` get returned on the first request/response, rather than `413 Payload Too Large`. I think either the assertions are in the wrong order, or the logic to respond in the overridden server is incorrect. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services