Return-Path: Delivered-To: apmail-directory-mina-dev-archive@locus.apache.org Received: (qmail 89213 invoked from network); 1 Aug 2006 18:44:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 18:44:46 -0000 Received: (qmail 33584 invoked by uid 500); 1 Aug 2006 18:44:46 -0000 Delivered-To: apmail-directory-mina-dev-archive@directory.apache.org Received: (qmail 33418 invoked by uid 500); 1 Aug 2006 18:44:46 -0000 Mailing-List: contact mina-dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mina-dev@directory.apache.org Delivered-To: mailing list mina-dev@directory.apache.org Received: (qmail 33399 invoked by uid 99); 1 Aug 2006 18:44:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 11:44:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2006 11:44:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E3ADB41001D for ; Tue, 1 Aug 2006 18:42:13 +0000 (GMT) Message-ID: <13349475.1154457733929.JavaMail.jira@brutus> Date: Tue, 1 Aug 2006 11:42:13 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: mina-dev@directory.apache.org Subject: [jira] Created: (DIRMINA-234) Simple HTTP server based on Jakarta HttpComponents Core and MINA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Simple HTTP server based on Jakarta HttpComponents Core and MINA ---------------------------------------------------------------- Key: DIRMINA-234 URL: http://issues.apache.org/jira/browse/DIRMINA-234 Project: Directory MINA Issue Type: New Feature Affects Versions: 0.9.5 Reporter: Oleg Kalnichevski I am submitting my first cut at a HTTP server based on Jakarta HttpComponents Core and MINA for your review and feedback. This is a very simple but nonetheless a full-featured and HTTP/1.1 compliant HTTP file server that supports connection persistence, chunk coding, correctly handles older (HTTP/1.0) clients among many things. I believe this sample code makes evident that it takes fairly little code and effort to put the HttpCore protocol stack on top of MINA I/O model. This version is still far from being perfect and am working on a more advanced version that integrates better with MINA's asynchronous I/O layer. Feedback, suggestions, critique will be hugely appreciated Oleg -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira