Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 19546 invoked from network); 4 Dec 2008 14:42:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 14:42:36 -0000 Received: (qmail 53950 invoked by uid 500); 4 Dec 2008 14:42:47 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 53896 invoked by uid 500); 4 Dec 2008 14:42:47 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 53885 invoked by uid 99); 4 Dec 2008 14:42:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 06:42:47 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 04 Dec 2008 14:41:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9110C234C2DA for ; Thu, 4 Dec 2008 06:41:44 -0800 (PST) Message-ID: <755167380.1228401704586.JavaMail.jira@brutus> Date: Thu, 4 Dec 2008 06:41:44 -0800 (PST) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3 In-Reply-To: <1314402506.1228385505479.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/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-4446: ----------------------------------- Fix Version/s: 2.2 2.1.4 setting Fix targets to 2.1.4 and 2.2 so this doesn't fall off our radar > ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3 > ------------------------------------------------------------------------------------------- > > Key: GERONIMO-4446 > URL: https://issues.apache.org/jira/browse/GERONIMO-4446 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Jetty > Affects Versions: 2.1.3, 2.2 > Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13 > Reporter: Vamsavardhana Reddy > Fix For: 2.1.4, 2.2 > > Attachments: helloworld-listener.war > > > I have a web application with a ServletRequestListener and a ServletRequestAttributeListener. In ServletRequestListener.requestInitialized() I am adding an attribute "hellotxt" to the servlet request. In ServletRequestAttributeListener.attributeAdded(), I am appending some text to the same attribute. This application deployed in G Tomcat 2.1.3 server, is working as expected and attributeAdded() method is called for "hellotxt" attribute. If the same application is deployed in G Jetty 2.1.3 server, attributeAdded() method is not getting called for "hellotxt" attribute. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.