Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F7AC84BB for ; Sun, 4 Sep 2011 00:05:40 +0000 (UTC) Received: (qmail 53050 invoked by uid 500); 4 Sep 2011 00:05:36 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52984 invoked by uid 500); 4 Sep 2011 00:05:35 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 52975 invoked by uid 99); 4 Sep 2011 00:05:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 00:05:35 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ole.ersoy@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2011 00:05:27 +0000 Received: by iabz25 with SMTP id z25so6566904iab.18 for ; Sat, 03 Sep 2011 17:05:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=C5sS0vBDFKhwT3l8DRGfJy5Xxttu0dxjwILPljfTCVg=; b=tFRXZrPyiyhXTZr9WbPCfk+PQIjqBOiucwYIe7NIJQk/xNH6GjxNSs8qopAatGixjp lAI2W3vyri9awx7Yc2g2CU3ZNUW19GhnGmQIS6ehpZou6u7qTZg8unQKT7NzQ+vLJOT1 ZgTvfy8n7HAnxgW8RF+unhoe3bDknKn2kgxXk= Received: by 10.42.176.133 with SMTP id be5mr2459228icb.204.1315094707102; Sat, 03 Sep 2011 17:05:07 -0700 (PDT) Received: from ole.pyramidetechnologies.com (c-71-57-50-223.hsd1.il.comcast.net [71.57.50.223]) by mx.google.com with ESMTPS id a11sm6255647ibg.3.2011.09.03.17.05.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Sep 2011 17:05:06 -0700 (PDT) Message-ID: <4E62C0AC.2060307@gmail.com> Date: Sat, 03 Sep 2011 19:05:00 -0500 From: Ole Ersoy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100907 Fedora/3.0.7-1.fc12 Thunderbird/3.0.7 MIME-Version: 1.0 To: Tomcat Users List Subject: Servlet 3.0 Part Header Keys Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Anyone know if the the keys for the various javax.servlet.http.Part headers are available as constants anywhere? I'd like to do something like: part.getHeader(Part.FILENAME);...instead of part.getHeader("filename"); TIA, - Ole --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org