Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 74594 invoked from network); 1 Dec 2009 15:34:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 15:34:44 -0000 Received: (qmail 73357 invoked by uid 500); 1 Dec 2009 15:34:43 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 73269 invoked by uid 500); 1 Dec 2009 15:34:43 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 73261 invoked by uid 99); 1 Dec 2009 15:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 15:34:43 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 15:34:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B6A6F234C1F0 for ; Tue, 1 Dec 2009 07:34:20 -0800 (PST) Message-ID: <502839726.1259681660747.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 15:34:20 +0000 (UTC) From: "Michael Concini (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Created: (MYFACES-2434) dummy request/response classes for system event listeners will break with Servlet 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 dummy request/response classes for system event listeners will break with Servlet 3.0 ------------------------------------------------------------------------------------- Key: MYFACES-2434 URL: https://issues.apache.org/jira/browse/MYFACES-2434 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-alpha Reporter: Michael Concini Assignee: Michael Concini Currently the _SystemEventServletRequest and _SystemEventServletResponse classes implement ServletRequest and ServletResponse directly. There are several new methods that must be implemented in the servlet 3.0 updates of those interfaces. This can be resolved by changing them to extend ServletRequestWrapper and ServletResponseWrapper instead of implementing directly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.