[
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
viola.lu closed GERONIMO-4446.
------------------------------
Resolution: Fixed
Verify on latest build: 2010.05.18-05:53:30.563-0400
/opt/geronimo-jetty7-javaee5-2.2.1-SNAPSHOT/bin/server.jar
whether tomcat or jetty edtion. It worked as expected:
Helloworld Event Listener sample
Request initialized. Adding "hellotxt" attribute...
hellotxt attribute added.
So close it.
> 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.1.4, 2.2
> Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
> Reporter: Vamsavardhana Reddy
> Fix For: 2.2.1, Verification Required
>
> 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.