Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 46409 invoked from network); 12 Jun 2007 22:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 22:11:36 -0000 Received: (qmail 29523 invoked by uid 500); 12 Jun 2007 22:11:38 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 29486 invoked by uid 500); 12 Jun 2007 22:11:38 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 29472 invoked by uid 99); 12 Jun 2007 22:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 15:11:38 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 15:10:40 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 69AE87141F2 for ; Tue, 12 Jun 2007 15:09:26 -0700 (PDT) Message-ID: <25489863.1181686166430.JavaMail.jira@brutus> Date: Tue, 12 Jun 2007 15:09:26 -0700 (PDT) From: "Steffen Pingel (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Updated: (HTTPCORE-81) Enforce maximum line length and header count In-Reply-To: <24931351.1181577506297.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steffen Pingel updated HTTPCORE-81: ----------------------------------- Attachment: httpcore-limit-message-length.patch Here is a first pass. The naming of HttpMessageParser.reset(HttpParams) is not optimal since the class already has a reset() method. Oleg, let me know what you think so we can iterate to improve the patch. > Enforce maximum line length and header count > -------------------------------------------- > > Key: HTTPCORE-81 > URL: https://issues.apache.org/jira/browse/HTTPCORE-81 > Project: HttpComponents Core > Issue Type: Improvement > Components: HttpCore NIO > Reporter: Steffen Pingel > Attachments: httpcore-limit-message-length.patch > > > The NIO module does not enforce the 'http.connection.max-line-length' and 'http.connection.max-header-count' parameters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org