Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 42148 invoked from network); 12 May 2005 16:41:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 May 2005 16:41:51 -0000 Received: (qmail 37983 invoked by uid 500); 12 May 2005 16:45:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 37878 invoked by uid 500); 12 May 2005 16:45:48 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 37844 invoked by uid 99); 12 May 2005 16:45:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from lakermmtao04.cox.net (HELO lakermmtao04.cox.net) (68.230.240.35) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 12 May 2005 09:45:47 -0700 Received: from [192.168.0.100] (really [68.100.13.69]) by lakermmtao04.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050512164139.TCDC20878.lakermmtao04.cox.net@[192.168.0.100]> for ; Thu, 12 May 2005 12:41:39 -0400 Message-ID: <42838742.5040508@reverycodes.com> Date: Thu, 12 May 2005 12:41:38 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [RT] POJOfied Environment References: <42820E59.7030204@nada.kth.se> <428311D7.7030607@apache.org> <42835BF2.8040306@nada.kth.se> In-Reply-To: <42835BF2.8040306@nada.kth.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel Fagerstrom wrote: > Sylvain Wallez wrote: > >> The case of parameters however should be considered carefully, as >> ServletRequest provides getParameterMap() since servlet 2.4 (or 2.3?). >> Having it named getParameter() in our environment may be confusing for >> people used to the servlet API. > > > That complicates the question a bit. Not necessarily. Who said that org.apache.*cocoon*.environment.Request should implement each and every method of javax.servlet.http.HttpServletRequest??? It does not do it right now - and it does not have to in future! Vadim